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 59da44cbed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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