ci: test prebuilt linux package
parent
d7f74ecf52
commit
c4faa284ed
|
@ -146,7 +146,7 @@ jobs:
|
||||||
- name: Download V
|
- name: Download V
|
||||||
run: wget https://github.com/vlang/v/releases/latest/download/v_linux.zip && unzip v_linux.zip && ./v --version
|
run: wget https://github.com/vlang/v/releases/latest/download/v_linux.zip && unzip v_linux.zip && ./v --version
|
||||||
- name: Test V
|
- 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:
|
macos-prebuilt:
|
||||||
|
|
Loading…
Reference in New Issue