diff options
author | lloyd <[email protected]> | 2015-03-28 10:50:52 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2015-03-28 10:50:52 +0000 |
commit | ec65252c7128fb376bf77bbc274ea78a789b479f (patch) | |
tree | 1267b91196be02ade53b62948905e7632a57f6a6 | |
parent | e86bbd73e7afbda890e68e59ee4676530d0e6a8c (diff) |
Travis CI fiddling
-rw-r--r-- | .travis.yml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index d5c7624f7..edfcc9a74 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,16 +1,15 @@ +language: cpp + compiler: - clang - gcc -language: cpp - before_install: - sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test - sudo apt-get update -qq install: - sudo apt-get install -y g++-4.8 - - sudo apt-get install -y libboost-all-dev - sudo apt-get install -y libssl-dev - sudo apt-get install -y libz-dev - sudo apt-get install -y libsqlite3-dev @@ -19,10 +18,13 @@ install: script: - $CXX --version - - python configure.py $BUILD_MODE --cc-bin=$CXX --with-boost --with-openssl --with-sqlite --with-zlib + - python configure.py $BUILD_MODE --cc=$CC --cc-bin=$CXX --with-openssl --with-sqlite --with-zlib - "make" - "LD_LIBRARY_PATH=. ./botan-test" +notifications: + email: [email protected] + os: - linux |