ci: add macos build (#105)

This commit is contained in:
vgmoose 2021-04-14 02:46:22 -04:00 committed by GitHub
parent 19a6b22a02
commit 043f883b3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ jobs:
strategy:
fail-fast: false
matrix:
job_name: ['linux', 'windows']
job_name: ['linux', 'windows', 'macos']
include:
- job_name: linux
@ -16,6 +16,10 @@ jobs:
os: windows-latest
shell: msys2 {0}
- job_name: macos
os: macos-latest
shell: bash {0}
defaults:
run:
shell: ${{ matrix.shell }}