Trying Travis badge hack.
This commit is contained in:
parent
658d7933dc
commit
af8acd77b0
2 changed files with 14 additions and 1 deletions
12
.travis.yml
12
.travis.yml
|
|
@ -1,5 +1,9 @@
|
|||
language: cpp
|
||||
|
||||
env:
|
||||
- BADGE=linux
|
||||
- BADGE=macos
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
|
|
@ -17,6 +21,14 @@ matrix:
|
|||
- os: osx
|
||||
osx_image: xcode10.1
|
||||
|
||||
# Hack to get some OS-specific badges
|
||||
exclude:
|
||||
- os: osx
|
||||
env: BADGE=linux
|
||||
|
||||
- os: linux
|
||||
env: BADGE=macos
|
||||
|
||||
before_install:
|
||||
- sh ${TRAVIS_BUILD_DIR}/.travis/before_install.sh
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
# sfizz
|
||||
|
||||
[](https://travis-ci.com/sfztools/sfizz)
|
||||
[](https://travis-ci.com/sfztools/sfizz)
|
||||
[](https://travis-ci.com/sfztools/sfizz)
|
||||
|
||||
## Building
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue