.travis.yml: Simplify file structure and add libogg dependency.
This commit is contained in:
parent
c2673dafb1
commit
0db0e878b8
36
.travis.yml
36
.travis.yml
@ -1,32 +1,20 @@
|
|||||||
language: c
|
language: c
|
||||||
matrix:
|
|
||||||
include:
|
|
||||||
- os: linux
|
|
||||||
compiler: gcc
|
|
||||||
|
|
||||||
- os: linux
|
os:
|
||||||
compiler: clang
|
- linux
|
||||||
|
- osx
|
||||||
|
|
||||||
- os: osx
|
compiler:
|
||||||
compiler: gcc
|
- gcc
|
||||||
|
- clang
|
||||||
|
|
||||||
- os: osx
|
env:
|
||||||
compiler: clang
|
-
|
||||||
|
- CONFIGURE_OPTS=--enable-64-bit-words
|
||||||
|
|
||||||
- os: linux
|
install:
|
||||||
compiler: gcc
|
- if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get -y install libogg-dev; fi
|
||||||
env: CONFIGURE_OPTS=--enable-64-bit-words
|
- if [ $TRAVIS_OS_NAME = osx ]; then brew install libogg; fi
|
||||||
|
|
||||||
- os: linux
|
|
||||||
compiler: clang
|
|
||||||
env: CONFIGURE_OPTS=--enable-64-bit-words
|
|
||||||
|
|
||||||
- os: osx
|
|
||||||
compiler: gcc
|
|
||||||
env: CONFIGURE_OPTS=--enable-64-bit-words
|
|
||||||
|
|
||||||
- os: osx
|
|
||||||
compiler: clang
|
|
||||||
env: CONFIGURE_OPTS=--enable-64-bit-words
|
|
||||||
script:
|
script:
|
||||||
- ./autogen.sh && ./configure $CONFIGURE_OPTS && make && make check
|
- ./autogen.sh && ./configure $CONFIGURE_OPTS && make && make check
|
||||||
|
Loading…
Reference in New Issue
Block a user