From: Elan Ruusam�e Date: Tue, 26 Apr 2016 16:24:43 +0000 (+0000) Subject: travis: add osx platform test X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=11f6d675899209a43e0dc570d5b60e4ffaed46ca;p=file travis: add osx platform test --- diff --git a/.travis.yml b/.travis.yml index 1cbcf340..0c5636d7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,19 @@ -# $File: .travis.yml,v 1.6 2014/03/10 12:42:49 kim Exp $ +# $File: .travis.yml,v 1.7 2016/04/26 16:24:43 glen Exp $ + language: c + +os: + - linux + - osx + compiler: - gcc - clang + before_install: - - sudo apt-get update -qq - - sudo apt-get install -qq automake libtool make python zlib1g-dev + - if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get update -qq; fi + - if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get install -qq automake libtool make python zlib1g-dev; fi + script: - autoreconf -f -i - ./configure --disable-silent-rules