From 7c7df37abba1da628d7d64a31cc7aee507218f54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20D=C3=A4schle?= Date: Fri, 22 Jan 2021 21:31:55 +0100 Subject: [PATCH] ci: re-enable vls-compiles (#8273) --- .github/workflows/ci.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2ebf4fce8..bd2913bca4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -885,19 +885,19 @@ jobs: ./v -o v2 cmd/v ./v2 -o v3 cmd/v - #vls-compiles: - # runs-on: ubuntu-20.04 - # timeout-minutes: 30 - # steps: - # - uses: actions/checkout@v2 - # - name: Build V - # run: make -j2 && ./v -cc gcc -o v cmd/v - # - name: Clone VLS - # run: git clone --depth 1 https://github.com/vlang/vls - # - name: Build VLS - # run: cd vls; ../v cmd/vls ; cd .. - # - name: Build VLS with -prod - # run: cd vls; ../v -prod cmd/vls ; cd .. + vls-compiles: + runs-on: ubuntu-20.04 + timeout-minutes: 30 + steps: + - uses: actions/checkout@v2 + - name: Build V + run: make -j2 && ./v -cc gcc -o v cmd/v + - name: Clone VLS + run: git clone --depth 1 https://github.com/vlang/vls + - name: Build VLS + run: cd vls; ../v cmd/vls ; cd .. + - name: Build VLS with -prod + run: cd vls; ../v -prod cmd/vls ; cd .. vab-compiles: runs-on: ubuntu-20.04