diff options
| author | ruki <[email protected]> | 2020-05-31 13:36:21 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-05-31 13:36:21 +0800 |
| commit | e21ae96505907e1fa69a8dadd187174e36e52aea (patch) | |
| tree | 1dcef1ddc256cc87d4e51f2a46400ec6274ba8b4 | |
| parent | ba4206058b703bcf6e19c1fa0ae925adabaed423 (diff) | |
improve ci
| -rw-r--r-- | .github/workflows/main.yml | 3 |
1 files changed, 3 insertions, 0 deletions
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/[email protected] 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: |
