[Regression Tests] Add gcc-5 compatibility test to Travis CI
This commit is contained in:
parent
c23742c751
commit
b43cd2741d
|
@ -55,6 +55,8 @@ addons:
|
|||
- qt5-default
|
||||
- clang-format-7
|
||||
# Add all the supported compilers
|
||||
- g++-5
|
||||
- gcc-5
|
||||
- g++-6
|
||||
- gcc-6
|
||||
- g++-7
|
||||
|
@ -129,6 +131,13 @@ jobs:
|
|||
- source .travis/build.sh
|
||||
- source .travis/fpga_spice_reg_test.sh
|
||||
|
||||
- stage: Test
|
||||
name: "Build Compatibility: GCC-5 (Ubuntu Bionic 18.04)"
|
||||
env:
|
||||
- MATRIX_EVAL="CC=gcc-5 && CXX=g++-5"
|
||||
script:
|
||||
- source .travis/build.sh
|
||||
|
||||
- stage: Test
|
||||
name: "Build Compatibility: GCC-6 (Ubuntu Bionic 18.04)"
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue