summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml15
1 files changed, 13 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 90ec657..452e08e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -3,7 +3,7 @@ name: CI
on: [push]
jobs:
- build:
+ build-linux:
runs-on: ubuntu-latest
strategy:
fail-fast: false
@@ -31,4 +31,15 @@ jobs:
shell: bash
env:
CC: ${{ matrix.compiler }}
- run: ./travis.sh ${{ matrix.config }} \ No newline at end of file
+ run: ./travis.sh ${{ matrix.config }}
+
+ build-macox:
+ runs-on: macos-latest
+ steps:
+ - uses: actions/checkout@v2
+ with:
+ submodules: true
+
+ - name: Configure Build & Test
+ shell: bash
+ run: ./travis.sh macos