1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: windows fix

This commit is contained in:
Alexander Medvednikov 2020-02-17 15:19:45 +01:00
parent 53f8ae6517
commit 28c83f3f43

View File

@ -178,10 +178,12 @@ jobs:
- name: Test V
shell: bash
run: |
echo "dir:"
echo "ls:"
ls
./v.exe -o hi.exe examples/hello_world.v
./hi.exe
echo "ls examples/:"
ls examples
.\v.exe -o hi.exe examples/hello_world.v
.\hi.exe
#./v.exe -silent build-examples
ubuntu-musl: