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

Update ci.yml

This commit is contained in:
Alexander Medvednikov 2020-02-17 13:54:05 +01:00 committed by GitHub
parent 503a624cc9
commit 457035c7ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -171,15 +171,17 @@ jobs:
curl -L https://github.com/vbinaries/vbinaries/releases/download/latest/v_windows.zip -o v_windows.zip
echo "Unzipping..."
unzip v_windows.zip
echo "version:"
./v.exe --version
echo "Done"
ls
- name: Test V
shell: bash
run: |
v.exe -o hi.exe examples/hello_world.v
echo "ls:"
echo "dir:"
ls
hi.exe
./v.exe -o hi.exe examples/hello_world.v
./hi.exe
#./v.exe -silent build-examples
ubuntu-musl: