Merge pull request #10 from colindean/matrix

Uses a build matrix to get binaries for Linux and macOS
This commit is contained in:
Colin Dean 2018-04-08 13:43:14 -04:00 committed by GitHub
commit f93fb7efe2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,12 @@
language: c language: c
compiler:
- clang matrix:
- gcc include:
- os: linux
compiler: gcc
- os: osx
compiler: clang
script: make -j script: make -j
before_deploy: make -j archive before_deploy: make -j archive
deploy: deploy: