mirror of
https://github.com/vlang/v.git
synced 2025-09-15 07:22:27 +03:00
ci: build examples on windows-prebuilt
This commit is contained in:
parent
3d31b21df9
commit
ae266f56e2
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue