mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: build examples on windows-prebuilt
This commit is contained in:
parent
3d31b21df9
commit
ae266f56e2
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -173,7 +173,7 @@ jobs:
|
||||
./v.exe --version
|
||||
echo "Done"
|
||||
- name: Test V
|
||||
run: echo "test" #./v.exe examples/hello_world.v && examples/hello_world.exe
|
||||
run: ./v.exe examples/hello_world.v && examples/hello_world.exe && ./v.exe build-examples
|
||||
|
||||
ubuntu-musl:
|
||||
runs-on: ubuntu-18.04
|
||||
|
Loading…
Reference in New Issue
Block a user