add gcc 8 c++17 release build

This commit is contained in:
Paul Dreik 2019-05-29 08:02:44 +02:00 committed by Victor Zverovich
parent 3cf12d7b11
commit ad360a62b0

View File

@ -49,6 +49,15 @@ matrix:
- ubuntu-toolchain-r-test
packages:
- g++-8
- env: COMPILER=g++-8 BUILD=Release STANDARD=17
compiler: gcc
addons:
apt:
update: true
sources:
- ubuntu-toolchain-r-test
packages:
- g++-8
# Apple clang on OS X with C++14
- env: BUILD=Debug STANDARD=14