Skip to content

Commit

Permalink
Try Travis with clang again
Browse files Browse the repository at this point in the history
  • Loading branch information
apmasell committed Feb 21, 2014
1 parent c2839ff commit 9f561e6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Expand Up @@ -4,8 +4,12 @@ env:
- OPTIONS="--host=i586-mingw32msvc --build=$(uname -m)-pc-linux-gnu --enable-shared --with-libcurl=./win" PKG_CONFIG_PATH=./win/lib/pkgconfig LDFLAGS="-L./win/lib" CPPFLAGS="-I./win/include" GET_WIN=true
- OPTIONS=--disable-threads GET_WIN=
- OPTIONS="--disable-threads --host=i586-mingw32msvc --build=$(uname -m)-pc-linux-gnu --enable-shared --with-libcurl=./win" PKG_CONFIG_PATH=./win/lib/pkgconfig LDFLAGS="-L./win/lib" CPPFLAGS="-I./win/include" GET_WIN=true
- OPTIONS= GET_WIN= CC=clang
- OPTIONS=--disable-threads GET_WIN= CC=clang
matrix:
include:
- env: OPTIONS= GET_WIN=
compiler: clang
- env: OPTIONS=--disable-threads GET_WIN=
compiler: clang
before_script:
- test "x$GET_WIN" = x || wget -O- http://neufeldserver.uwaterloo.ca/~apmasell/pandaseq-windeps.tar.bz2 | tar xj
- ./autogen.sh
Expand Down

0 comments on commit 9f561e6

Please sign in to comment.