summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2020-12-29 16:48:25 +0000
committerAlan Antonuk <alan.antonuk@gmail.com>2020-12-29 11:10:52 -0800
commit773b883175ae50db024d59c7cce85c73e3f47e67 (patch)
tree01ecf1bfa49035dad45ef5beb84e902a5c201736 /.github
parent41b8ad6c79779cde996e4bd9c997a681a28774cb (diff)
downloadrabbitmq-c-773b883175ae50db024d59c7cce85c73e3f47e67.tar.gz
ci: Add MacOS github action config
Replaces what was turned down in travis-ci.
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