[Pkg-running-devel] [antpm] 26/41: travis-ci: try using newer boost v11

Kristof Ralovich ralovich-guest at moszumanska.debian.org
Tue Feb 23 21:46:46 UTC 2016


This is an automated email from the git hooks/post-receive script.

ralovich-guest pushed a commit to branch upstream
in repository antpm.

commit 964036751188e1af3c61893ffb2423648289fffa
Author: RALOVICH, Kristof <tade60 at freemail.hu>
Date:   Sat Oct 10 17:33:49 2015 +0200

    travis-ci: try using newer boost v11
---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 0a936d4..61bb134 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -73,8 +73,8 @@ before_script:
   - mkdir cmake-build
 script:
   - cd cmake-build
-  - cmake ../src -DCMAKE_BUILD_TYPE=Release -DUSE_BOOST_TEST=TRUE -DCMAKE_INSTALL_PREFIX=/usr && VERBOSE=1 make -j4 && make test ARGS=-j99
+  - cmake ../src -DCMAKE_BUILD_TYPE=Release -DUSE_BOOST_TEST=TRUE -DCMAKE_INSTALL_PREFIX=/usr -DUSE_BOOST_STATIC_LINK=FALSE && VERBOSE=1 make -j4 && make test ARGS=-j99
   - make clean
-  - cmake ../src -DCMAKE_BUILD_TYPE=Debug -DUSE_BOOST_TEST=TRUE -DCMAKE_INSTALL_PREFIX=/usr && VERBOSE=1 make -j4 && make test ARGS=-j99
+  - cmake ../src -DCMAKE_BUILD_TYPE=Debug -DUSE_BOOST_TEST=TRUE -DCMAKE_INSTALL_PREFIX=/usr -DUSE_BOOST_STATIC_LINK=FALSE && VERBOSE=1 make -j4 && make test ARGS=-j99
   - make clean
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-running/antpm.git



More information about the Pkg-running-devel mailing list