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