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

Kristof Ralovich ralovich-guest at moszumanska.debian.org
Tue Feb 23 21:46:45 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 04c43265f94e07f96faa2265a1cc2a5c07850a5a
Author: RALOVICH, Kristof <tade60 at freemail.hu>
Date:   Sat Oct 10 17:17:26 2015 +0200

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

diff --git a/.travis.yml b/.travis.yml
index bebd4a4..5f9b65e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,6 +30,7 @@ addons:
     - pkg-config
     - libusb-dev
     - libxml2-dev
+    - libboost1.55-dev
     - libboost-atomic1.55-dev
     - libboost-date-time1.55-dev
     - libboost-exception1.55-dev
@@ -59,6 +60,7 @@ branches:
 before_install:
 install:
   - if [ "$CXX" = "g++" ]; then export CXX="g++-4.9" CC="gcc-4.9"; fi
+  - if [ "$CXX" = "clang++" ]; then export CXX="clang++-3.6" CC="clang-3.6"; fi
 
 before_script:
   - uname -a
@@ -69,8 +71,8 @@ before_script:
   - mkdir cmake-build
 script:
   - cd cmake-build
-  - cmake ../src -DCMAKE_BUILD_TYPE=Release -DUSE_BOOST_TEST=TRUE -DCMAKE_INSTALL_PREFIX=/usr && make -j4 && make test ARGS=-j99
+  - cmake ../src -DCMAKE_BUILD_TYPE=Release -DUSE_BOOST_TEST=TRUE -DCMAKE_INSTALL_PREFIX=/usr && VERBOSE=1 make -j4 && make test ARGS=-j99
   - make clean
-  - cmake ../src -DCMAKE_BUILD_TYPE=Debug -DUSE_BOOST_TEST=TRUE -DCMAKE_INSTALL_PREFIX=/usr && make -j4 && make test ARGS=-j99
+  - cmake ../src -DCMAKE_BUILD_TYPE=Debug -DUSE_BOOST_TEST=TRUE -DCMAKE_INSTALL_PREFIX=/usr && 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