blob: b2af50be1d4c9f90fdf9222fac5182ffbfe399b7 [file] [log] [blame]
Stephen0c741d52017-01-21 17:15:44 -08001language: c
Robert Kauschfed5ad42018-05-19 11:32:54 +02002
Robert Kausch0db0e872018-05-20 12:00:16 +02003os:
4 - linux
5 - osx
Robert Kauschfed5ad42018-05-19 11:32:54 +02006
Robert Kausch0db0e872018-05-20 12:00:16 +02007compiler:
8 - gcc
9 - clang
Robert Kauschfed5ad42018-05-19 11:32:54 +020010
Robert Kausch0db0e872018-05-20 12:00:16 +020011env:
12 -
13 - CONFIGURE_OPTS=--enable-64-bit-words
Robert Kauschfed5ad42018-05-19 11:32:54 +020014
Robert Kausch0db0e872018-05-20 12:00:16 +020015install:
16 - if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get -y install libogg-dev; fi
17 - if [ $TRAVIS_OS_NAME = osx ]; then brew install libogg; fi
Robert Kauschfed5ad42018-05-19 11:32:54 +020018
Stephen0c741d52017-01-21 17:15:44 -080019script:
Robert Kauschfed5ad42018-05-19 11:32:54 +020020 - ./autogen.sh && ./configure $CONFIGURE_OPTS && make && make check