ci: disable Vid job for now on macos
parent
6161392648
commit
16cddbf097
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue