1
0
Fork 0

[A] Adding gcc-9 to tests

This commit is contained in:
seleznevae 2020-05-21 22:20:27 +03:00
parent ccb892f77d
commit 48a5162af0
1 changed files with 19 additions and 7 deletions

View File

@ -8,7 +8,7 @@ matrix:
before_script:
- pip install --user cpp-coveralls
- pip install --user cmakelint
env:
env:
- BASIC_LINUX_GCC=yes
addons:
apt:
@ -28,7 +28,7 @@ matrix:
os: linux
sudo: required # to prevent fail of executables build with clang and sanitizers
compiler: clang
env:
env:
- CC=clang
- BASIC_LINUX_CLANG=yes
addons:
@ -41,7 +41,7 @@ matrix:
os: linux
sudo: false
compiler: gcc
env:
env:
- FORT_C_COMPILER=gcc-4.9
- FORT_CXX_COMPILER=g++-4.9
addons:
@ -53,7 +53,7 @@ matrix:
os: linux
sudo: false
compiler: gcc
env:
env:
- FORT_C_COMPILER=gcc-5
- FORT_CXX_COMPILER=g++-5
addons:
@ -65,7 +65,7 @@ matrix:
os: linux
sudo: false
compiler: gcc
env:
env:
- FORT_C_COMPILER=gcc-6
- FORT_CXX_COMPILER=g++-6
addons:
@ -77,7 +77,7 @@ matrix:
os: linux
sudo: required
compiler: gcc
env:
env:
- FORT_C_COMPILER=gcc-7
- FORT_CXX_COMPILER=g++-7
addons:
@ -89,7 +89,7 @@ matrix:
os: linux
sudo: required
compiler: gcc
env:
env:
- FORT_C_COMPILER=gcc-8
- FORT_CXX_COMPILER=g++-8
addons:
@ -97,6 +97,18 @@ matrix:
sources: ['ubuntu-toolchain-r-test']
packages: ['g++-8']
- name: "Linux gcc-9"
os: linux
sudo: required
compiler: gcc
env:
- FORT_C_COMPILER=gcc-9
- FORT_CXX_COMPILER=g++-9
addons:
apt:
sources: ['ubuntu-toolchain-r-test']
packages: ['g++-9']
# OSX / Clang
- name: "OSX xcode7.3"