Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DynAMITE
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dynexite2RWTH-Online
DynAMITE
Commits
cebe521d
Commit
cebe521d
authored
10 months ago
by
Benedikt Conze
Browse files
Options
Downloads
Patches
Plain Diff
Disable GCC 12 & coverage (don't easily run on 20.04), try different unit test platform
parent
530da0c9
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!45
Merge branch 'release/v1.2.0' into 'master'
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+8
-5
8 additions, 5 deletions
.gitlab-ci.yml
with
8 additions
and
5 deletions
.gitlab-ci.yml
+
8
−
5
View file @
cebe521d
...
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment