ci: disable ui examples job for macos too

pull/5160/head
Delyan Angelov 2020-06-01 19:29:49 +03:00
parent 16cddbf097
commit 776c57a478
1 changed files with 10 additions and 10 deletions

View File

@ -102,22 +102,22 @@ jobs:
## run: ./v -o hi.js examples/hello_v_js.v && node hi.js
- name: Test symlink
run: ./v symlink && v -o v2 cmd/v
- name: Fixed tests
run: ./v test-fixed
# - 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: Fixed tests
run: ./v test-fixed
- name: Build V UI examples
run: |
git clone --depth 1 https://github.com/vlang/ui
cd ui
mkdir -p ~/.vmodules
ln -s $(pwd) ~/.vmodules/ui
../v examples/rectangles.v
../v examples/users.v
## - name: Build V UI examples
## run: |
## git clone --depth 1 https://github.com/vlang/ui
## cd ui
## mkdir -p ~/.vmodules
## ln -s $(pwd) ~/.vmodules/ui
## ../v examples/rectangles.v
## ../v examples/users.v
ubuntu:
runs-on: ubuntu-18.04