Skip to content
Snippets Groups Projects
Commit cebe521d authored by Benedikt Conze's avatar Benedikt Conze
Browse files

Disable GCC 12 & coverage (don't easily run on 20.04), try different unit test platform

parent 530da0c9
Branches
Tags
1 merge request!45Merge branch 'release/v1.2.0' into 'master'
......@@ -73,7 +73,8 @@ build:linux:gcc-11:
# GCC 12
build:linux:gcc-12:
# Disabled because hard to get running on Ubuntu 20.04
.build:linux:gcc-12:
extends: .build:linux:base
variables:
DYNAMITE_CI_CXX_COMPILER: "g++-12"
......@@ -134,7 +135,7 @@ build:linux:gcc-12:
except:
- tags
script:
- cd ${BUILDDIR} && ./test/unit_tests -platform offscreen
- cd ${BUILDDIR} && ./test/unit_tests
########################################################################
......@@ -152,10 +153,10 @@ test:linux:gcc-11:release:
needs: [ "build:linux:gcc-11: [Release]" ]
# GCC 12
test:linux:gcc-12:debug:
.test:linux:gcc-12:debug:
extends: .test:linux:base
needs: [ "build:linux:gcc-12: [Debug]" ]
test:linux:gcc-12:release:
.test:linux:gcc-12:release:
extends: .test:linux:base
needs: [ "build:linux:gcc-12: [Release]" ]
......@@ -223,7 +224,9 @@ test:linux:gcc-12:release:
# GCC 12
coverage:linux:gcc-12:
# Disabled until gcovr is added to the linux image again
# Also we might have to change to GCC 11 here
.coverage:linux:gcc-12:
extends: .coverage:linux:base
variables:
DYNAMITE_CI_CXX_COMPILER: "g++-12"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment