mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: bring back v ui build
This commit is contained in:
parent
277b7b35d0
commit
6081e0d602
17
.github/workflows/ci.yml
vendored
17
.github/workflows/ci.yml
vendored
@ -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
Block a user