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