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 run: ./v symlink && v -o v2 cmd/v
# - name: Test vsh # - name: Test vsh
# run: ./v examples/v_script.vsh # run: ./v examples/v_script.vsh
- name: Test vid ## - name: Test vid
run: | ## run: |
git clone --depth 1 https://github.com/vlang/vid.git ## git clone --depth 1 https://github.com/vlang/vid.git
cd vid && ../v -o vid . ## cd vid && ../v -o vid .
- name: Fixed tests - name: Fixed tests
run: ./v test-fixed run: ./v test-fixed
- name: Build V UI examples - name: Build V UI examples