aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2020-04-15 10:21:54 +0800
committerGitHub <noreply@github.com>2020-04-15 10:21:54 +0800
commitba2877bcb99f57e1458bd819c27f1a6f53673611 (patch)
tree9348539164cac9ed5919dd9e041538670f50f9c4
parent0ea34d2d210937bb1d8ab22fab1b00e8f684aa81 (diff)
downloadyuescript-ba2877bcb99f57e1458bd819c27f1a6f53673611.tar.gz
yuescript-ba2877bcb99f57e1458bd819c27f1a6f53673611.tar.bz2
yuescript-ba2877bcb99f57e1458bd819c27f1a6f53673611.zip
Update ccpp.yml
-rw-r--r--.github/workflows/ccpp.yml16
1 files changed, 9 insertions, 7 deletions
diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml
index 5b8c191..1ae3c92 100644
--- a/.github/workflows/ccpp.yml
+++ b/.github/workflows/ccpp.yml
@@ -3,11 +3,13 @@ name: build-test
3on: [push] 3on: [push]
4 4
5jobs: 5jobs:
6 build: 6 test:
7 7 name: Build & Test
8 runs-on: ubuntu-latest 8 runs-on: ${{ matrix.os }} []
9 9 strategy:
10 matrix:
11 os: [ubuntu-latest, macOS-latest]
10 steps: 12 steps:
11 - uses: actions/checkout@v1 13 - uses: actions/checkout@v1
12 - name: Test 14 name: build-test
13 run: make test 15 run: make test