From bbaf6e3a1cd8486411ae9237711e5c01373e023e Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Sun, 28 Jun 2020 01:13:21 +0200 Subject: [PATCH] ci: add gitly.org --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5065fc9b17..2e0cb6b8f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -143,6 +143,8 @@ jobs: ## run: ./v -o hi.js examples/hello_v_js.v && node hi.js # - name: Build Vorum # run: git clone --depth 1 https://github.com/vlang/vorum && cd vorum && ../v . && cd .. + - name: Build Gitly + run: git clone --depth 1 https://github.com/vlang/gitly && cd gitly && ../v . && cd .. # - name: Build vpm # run: git clone --depth 1 https://github.com/vlang/vpm && cd vpm && ../v . && cd .. # - name: Build V UI examples