Trying Travis badge hack.
This commit is contained in:
parent
434d10d14c
commit
d01b3be875
1 changed files with 3 additions and 4 deletions
|
|
@ -1,9 +1,5 @@
|
||||||
language: cpp
|
language: cpp
|
||||||
|
|
||||||
env:
|
|
||||||
- BADGE=linux
|
|
||||||
- BADGE=osx
|
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: linux
|
- os: linux
|
||||||
|
|
@ -17,9 +13,12 @@ matrix:
|
||||||
- g++-8
|
- g++-8
|
||||||
env:
|
env:
|
||||||
- MATRIX_EVAL="CC=gcc-8 && CXX=g++-8"
|
- MATRIX_EVAL="CC=gcc-8 && CXX=g++-8"
|
||||||
|
- BADGE=linux
|
||||||
|
|
||||||
- os: osx
|
- os: osx
|
||||||
osx_image: xcode10.1
|
osx_image: xcode10.1
|
||||||
|
env:
|
||||||
|
- BADGE=osx
|
||||||
|
|
||||||
# Hack to get some OS-specific badges
|
# Hack to get some OS-specific badges
|
||||||
exclude:
|
exclude:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue