|
|
@ -5,11 +5,11 @@
|
|
|
|
sudo: required
|
|
|
|
sudo: required
|
|
|
|
language: cpp
|
|
|
|
language: cpp
|
|
|
|
|
|
|
|
|
|
|
|
# gcc t
|
|
|
|
# gcc 4.9
|
|
|
|
addons: &gcc48
|
|
|
|
addons: &gcc49
|
|
|
|
apt:
|
|
|
|
apt:
|
|
|
|
packages:
|
|
|
|
packages:
|
|
|
|
- g++-4.8
|
|
|
|
- g++-4.9
|
|
|
|
sources:
|
|
|
|
sources:
|
|
|
|
- ubuntu-toolchain-r-test
|
|
|
|
- ubuntu-toolchain-r-test
|
|
|
|
|
|
|
|
|
|
|
@ -72,10 +72,10 @@ addons: &clang12
|
|
|
|
|
|
|
|
|
|
|
|
matrix:
|
|
|
|
matrix:
|
|
|
|
include:
|
|
|
|
include:
|
|
|
|
# Test gcc-4.8: C++11, Build=Release
|
|
|
|
# Test gcc-4.9: C++11, Build=Release
|
|
|
|
- env: GCC_VERSION=4.8 BUILD_TYPE=Release CPP=11 CXXFLAGS="-fpermissive"
|
|
|
|
- env: GCC_VERSION=4.9 BUILD_TYPE=Release CPP=11
|
|
|
|
os: linux
|
|
|
|
os: linux
|
|
|
|
addons: *gcc48
|
|
|
|
addons: *gcc49
|
|
|
|
|
|
|
|
|
|
|
|
# Test gcc-7: C++11, Build=Release
|
|
|
|
# Test gcc-7: C++11, Build=Release
|
|
|
|
- env: GCC_VERSION=7 BUILD_TYPE=Release CPP=11
|
|
|
|
- env: GCC_VERSION=7 BUILD_TYPE=Release CPP=11
|
|
|
|