From e21ae96505907e1fa69a8dadd187174e36e52aea Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 31 May 2020 13:36:21 +0800 Subject: improve ci --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 16b848a1b..9b6d38700 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,9 +24,11 @@ jobs: - uses: mihails-strasuns/setup-dlang@v0.5.0 with: compiler: dmd-latest + # tests - name: tests run: | xmake lua -v -D tests/run.lua + # build artifacts - name: artifact if: matrix.os == 'macOS-latest' run: | @@ -43,6 +45,7 @@ jobs: sudo gem install --no-document fpm git submodule update --init scripts/makepkg deb latest + # upload artifacts - uses: actions/upload-artifact@v2 if: matrix.os == 'macOS-latest' with: -- cgit v1.3.1