From a45ad478410a74659b74b06891017fd066afd009 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Tue, 30 Jun 2020 14:06:36 +0200 Subject: [PATCH] ci: testing building gitly with -autofree --- .github/workflows/ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e0cb6b8f8..39aefd24cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -144,7 +144,13 @@ jobs: # - 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 .. + run: | + git clone --depth 1 https://github.com/vlang/gitly + v install markdown + cd gitly + ../v . + ../v -autofree . + cd .. # - name: Build vpm # run: git clone --depth 1 https://github.com/vlang/vpm && cd vpm && ../v . && cd .. # - name: Build V UI examples