mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
travis: use ./ on windows
This commit is contained in:
parent
05d4e8e2e8
commit
f4fa81735d
@ -42,9 +42,9 @@ script:
|
||||
git clone --depth=1 https://github.com/ubawurinna/freetype-windows-binaries thirdparty/freetype/
|
||||
echo "Just running ./make.bat to produce v.exe"
|
||||
./make.bat
|
||||
v.exe -o v2.exe compiler
|
||||
v2.exe -o v3.exe compiler
|
||||
v3.exe -o v4.exe compiler
|
||||
./v.exe -o v2.exe compiler
|
||||
./v2.exe -o v3.exe compiler
|
||||
./v3.exe -o v4.exe compiler
|
||||
ls -la v.exe
|
||||
ls -la v2.exe
|
||||
ls -la v3.exe
|
||||
|
Loading…
Reference in New Issue
Block a user