[Pkg-running-devel] [antpm] 10/41: travis-ci: do not set CXX explicitly

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

    travis-ci: do not set CXX explicitly
---
 .travis.yml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 3e717df..ccbdf9e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -51,16 +51,17 @@ branches:
   only:
     - master
     - coverity_scan
+
 before_install:
+install:
+
+before_script:
   - uname -a
   - free
   - cat /proc/cpuinfo
   - g++ -v
   - clang++ -v
-install:
-  - if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
-
-before_script: mkdir cmake-build
+  - 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

-- 
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