[travis] Build against triqs master

This commit is contained in:
Nils Wentzell 2018-05-27 12:46:18 -04:00
parent 2468331dc1
commit 22a4b4357b
1 changed files with 1 additions and 2 deletions

View File

@ -30,9 +30,8 @@ script:
- cd $TRAVIS_BUILD_DIR
- source root_install/share/cpp2pyvars.sh
# ===== Set up TRIQS
- git clone https://github.com/TRIQS/triqs --branch unstable
- git clone https://github.com/TRIQS/triqs
- mkdir triqs/build && cd triqs/build
- git checkout unstable
- cmake .. -DCMAKE_CXX_COMPILER=/usr/bin/${CXX} -DBuild_Tests=OFF -DCMAKE_INSTALL_PREFIX=$TRAVIS_BUILD_DIR/root_install -DCMAKE_BUILD_TYPE=Debug
- make -j8 install
- cd $TRAVIS_BUILD_DIR