1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: test V UI

This commit is contained in:
Alexander Medvednikov 2020-03-27 22:09:14 +01:00
parent f627710870
commit 479d5d676e

View File

@ -123,6 +123,8 @@ jobs:
run: git clone --depth 1 https://github.com/vlang/vorum && cd vorum && ../v . && cd ..
- name: Build vpm
run: git clone --depth 1 https://github.com/vlang/vpm && cd vpm && ../v . && cd ..
- name: Build V UI examples
run: git clone --depth 1 https://github.com/vlang/ui && cd ui && ../v examples/calculator.v && cd ..
- name: Freestanding
run: ./v -freestanding -o bare vlib/os/bare/bare_example_linux.v
- name: v2 self compilation