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:
parent
503a624cc9
commit
457035c7ec
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user