Add github CI action for macOS

This commit is contained in:
Erik Ekman 2021-08-11 09:40:35 +02:00
parent f19948b6cf
commit 8afcf4fb8d

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

@ -0,0 +1,21 @@
name: macos
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: make
run: make
- name: install check
run: brew install check
- name: run tests
run: make test