mirror of
https://github.com/colindean/optar.git
synced 2025-03-11 22:17:40 +13:00
Uses a build matrix to get binaries for Linux and macOS
This commit is contained in:
parent
2a6de7550f
commit
1d0b87c6c5
13
.travis.yml
13
.travis.yml
@ -1,7 +1,14 @@
|
|||||||
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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user