Add Github Action for macOS

This commit is contained in:
Marc André Tanner 2020-04-20 15:49:19 +02:00
parent a75f3e7261
commit bf6587209f
1 changed files with 24 additions and 0 deletions

24
.github/workflows/macos.yml vendored Normal file
View File

@ -0,0 +1,24 @@
name: macOS
on: [push, pull_request]
jobs:
build:
strategy:
matrix:
os:
- macos-10.15
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build
run: |
./configure
make
- name: Test
run: |
./testsuite.sh