ci: disable vid build for now

pull/2664/head
Alexander Medvednikov 2019-11-06 07:06:03 +03:00
parent f6d06fcda2
commit e3ad367b80
1 changed files with 4 additions and 4 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