From 479d5d676e45e38d7f730a45c788bc0cf85eb818 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Fri, 27 Mar 2020 22:09:14 +0100 Subject: [PATCH] ci: test V UI --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1f7ff799f..f4676345ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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