Uses a build matrix to get binaries for Linux and macOS

This commit is contained in:
Colin Dean 2018-04-08 13:36:02 -04:00
parent 2a6de7550f
commit 1d0b87c6c5

View File

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