diff options
Diffstat (limited to '')
| -rw-r--r-- | .github/workflows/ccpp.yml | 16 |
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 | |||
| 3 | on: [push] | 3 | on: [push] |
| 4 | 4 | ||
| 5 | jobs: | 5 | jobs: |
| 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 |
