mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: bring back V UI test
This commit is contained in:
parent
621cb7b914
commit
74c2a3c6e6
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -103,6 +103,12 @@ jobs:
|
||||
cd vid && ../v -o vid .
|
||||
- name: Fixed tests
|
||||
run: ./v test-fixed
|
||||
- name: Build V UI examples
|
||||
run: |
|
||||
cd ..
|
||||
git clone --depth 1 https://github.com/vlang/ui
|
||||
cd ui
|
||||
../v examples/rectangles.v
|
||||
|
||||
ubuntu:
|
||||
runs-on: ubuntu-18.04
|
||||
|
Loading…
Reference in New Issue
Block a user