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: |
## git clone --depth 1 https://github.com/vlang/vid.git
## cd vid && ../v -o vid .
## - 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
../v examples/calculator.v
ubuntu:
runs-on: ubuntu-18.04