1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: bring back Vid build

This commit is contained in:
Alexander Medvednikov
2019-10-30 19:36:54 +03:00
parent 316cf025ae
commit 6b4dcb916b
2 changed files with 6 additions and 6 deletions

View File

@@ -21,10 +21,10 @@ jobs:
run: ./v test v
- name: Test v->js
run: ./v -o hi.js examples/hello_v_js.v && node hi.js
#- name: Test vid
#run: |
#git clone --depth 1 https://github.com/vlang/vid.git
#cd vid && ../v -o vid .
- name: Test vid
run: |
git clone --depth 1 https://github.com/vlang/vid.git
cd vid && ../v -o vid .
build-ubuntu:
runs-on: ubuntu-18.04