[Pkg-running-devel] [antpm] 13/31: travis-ci: require gcc 4.9
Kristof Ralovich
ralovich-guest at moszumanska.debian.org
Fri Mar 24 23:19:37 UTC 2017
This is an automated email from the git hooks/post-receive script.
ralovich-guest pushed a commit to branch master
in repository antpm.
commit 15d70ab2e726c5b736c5b99806939fb11b03d364
Author: RALOVICH, Kristof <tade60 at freemail.hu>
Date: Mon Mar 28 20:17:31 2016 +0200
travis-ci: require gcc 4.9
because 14.04 comes with gcc 4.8.4 without make_unique<>()
---
.travis.yml | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 499dc43..f19df60 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,8 +23,9 @@ addons:
- ubuntu-toolchain-r-test
- boost-latest
packages:
- - gcc
- - g++
+ - gcc-4.9
+ - g++-4.9
+ - clang
- cmake
- pkg-config
- libusb-1.0-0-dev
@@ -57,9 +58,9 @@ branches:
- coverity_scan
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
+install:
+ - if [ "$CXX" = "g++" ]; then export CXX="g++-4.9" CC="gcc-4.9"; fi
+ - if [ "$CXX" = "clang++" ]; then export CXX="clang++-3.7" CC="clang-3.7"; fi
before_script:
- uname -a
--
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