mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: test prebuilt linux package
This commit is contained in:
parent
d7f74ecf52
commit
c4faa284ed
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -146,7 +146,7 @@ jobs:
|
||||
- name: Download V
|
||||
run: wget https://github.com/vlang/v/releases/latest/download/v_linux.zip && unzip v_linux.zip && ./v --version
|
||||
- name: Test V
|
||||
run: echo "TODO" # ./v examples/hello_world.v && examples/hello_world && ./v -silent build-examples
|
||||
run: ./v examples/hello_world.v && examples/hello_world #&& ./v -silent build-examples
|
||||
|
||||
|
||||
macos-prebuilt:
|
||||
|
Loading…
Reference in New Issue
Block a user