ci: disable Vid job for now on macos

pull/5159/head
Delyan Angelov 2020-06-01 19:15:51 +03:00
parent 6161392648
commit 16cddbf097
1 changed files with 4 additions and 4 deletions

View File

@ -104,10 +104,10 @@ jobs:
run: ./v symlink && v -o v2 cmd/v
# - name: Test vsh
# run: ./v examples/v_script.vsh
- 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 .
- name: Fixed tests
run: ./v test-fixed
- name: Build V UI examples