Skip to content

Commit

Permalink
CC=gcc-8 CXX=g++-8 CXX_COMPILER=g++-8 C_COMPILER=gcc-8 and "QMAKE_CXX…
Browse files Browse the repository at this point in the history
…FLAGS += -std=c++1z"

VioletGiraffe#246 (comment)
  • Loading branch information
probonopd authored Nov 11, 2019
1 parent 032fa1f commit 6dfb43f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sudo: require
dist: xenial

env:
- CC=gcc-7 CXX=g++-7 CXX_COMPILER=g++-7 C_COMPILER=gcc-7
- CC=gcc-8 CXX=g++-8 CXX_COMPILER=g++-8 C_COMPILER=gcc-8

before_install:
- sudo apt-get install -y software-properties-common
Expand All @@ -13,7 +13,7 @@ before_install:
- sudo apt-get update -qq

install:
- sudo apt-get -y install qt512base libgl1-mesa-dev g++-7
- sudo apt-get -y install qt512base libgl1-mesa-dev g++-8
- source /opt/qt*/bin/qt*-env.sh

script:
Expand Down

0 comments on commit 6dfb43f

Please sign in to comment.