ci: bring back v ui build

pull/5209/head
Alexander Medvednikov 2020-06-04 12:28:03 +02:00
parent 277b7b35d0
commit 6081e0d602
1 changed files with 9 additions and 8 deletions

View File

@ -112,14 +112,15 @@ jobs:
## 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: Build V UI examples - name: Build V UI examples
## run: | run: |
## git clone --depth 1 https://github.com/vlang/ui git clone --depth 1 https://github.com/vlang/ui
## cd ui cd ui
## mkdir -p ~/.vmodules mkdir -p ~/.vmodules
## ln -s $(pwd) ~/.vmodules/ui ln -s $(pwd) ~/.vmodules/ui
## ../v examples/rectangles.v ../v examples/rectangles.v
## ../v examples/users.v ../v examples/users.v
../v examples/calculator.v
ubuntu: ubuntu:
runs-on: ubuntu-18.04 runs-on: ubuntu-18.04