Skip to content

Commit

Permalink
fix compier spec
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Sep 8, 2018
1 parent 9ba3fe3 commit d6134b2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Expand Up @@ -24,6 +24,9 @@ before_install:
- python .ci/travisci/travis_blocking_stdout.py
#- apt-cache search clang || true
#- apt-cache search gcc || true
# compiler predefined specific
- if [[ "${COMPILER_CC}" != "" ]]; then export CC=${COMPILER_CC}; fi
- if [[ "${COMPILER_CXX}" != "" ]]; then export CXX=${COMPILER_CXX}; fi
# g++
- |
if [ "${CXX}" = 'g++' ] && [ "${HOST}" != 'WINE' ] && [ "${USE_COVERAGE}" != 'lcov' ]; then
Expand Down Expand Up @@ -222,8 +225,8 @@ matrix:
- compiler: gcc
env:
- COVERITY_SCAN=1
- CC=gcc-7
- CXX=g++-7
- COMPILER_CC=gcc-7
- COMPILER_CXX=g++-7
addons:
apt:
sources: *apt-common-sources
Expand Down

0 comments on commit d6134b2

Please sign in to comment.