ci: bring back v ui build
parent
277b7b35d0
commit
6081e0d602
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue