1
0
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:
Alexander Medvednikov 2020-02-17 12:35:00 +01:00 committed by GitHub
parent d7f74ecf52
commit c4faa284ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: