ci: bring back V UI test

pull/4722/head
Alexander Medvednikov 2020-05-05 02:29:23 +02:00
parent 621cb7b914
commit 74c2a3c6e6
1 changed files with 6 additions and 0 deletions

View File

@ -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