ci: test prebuilt linux package

pull/3756/head
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
1 changed files with 1 additions and 1 deletions

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: