summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2020-05-31 13:36:21 +0800
committerruki <[email protected]>2020-05-31 13:36:21 +0800
commite21ae96505907e1fa69a8dadd187174e36e52aea (patch)
tree1dcef1ddc256cc87d4e51f2a46400ec6274ba8b4
parentba4206058b703bcf6e19c1fa0ae925adabaed423 (diff)
improve ci
-rw-r--r--.github/workflows/main.yml3
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: