Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VirtualFluids
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
iRMB
VirtualFluids
Commits
5e7e8b94
Commit
5e7e8b94
authored
1 year ago
by
Soeren Peters
Browse files
Options
Downloads
Patches
Plain Diff
Update compiler names in CO
parent
bcccde2a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!237
Adds Ubuntu 22_04 image.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+10
-10
10 additions, 10 deletions
.gitlab-ci.yml
with
10 additions
and
10 deletions
.gitlab-ci.yml
+
10
−
10
View file @
5e7e8b94
...
...
@@ -60,7 +60,7 @@ stages:
BUILD_FOLDER
:
"
build"
###############################################################################
gcc_
9
:
gcc_
12
:
extends
:
.gnu_build_template
before_script
:
...
...
@@ -68,12 +68,12 @@ gcc_9:
-
export CXX=g++
###############################################################################
clang_1
0
:
clang_1
5
:
extends
:
.gnu_build_template
before_script
:
-
export CC=clang
-
export CXX=clang++
-
export CXX=clang++
###############################################################################
msvc_17
:
...
...
@@ -112,7 +112,7 @@ msvc_17:
###############################################################################
## Build Python ##
###############################################################################
gcc_
9
_python
:
gcc_
12
_python
:
stage
:
build_python
needs
:
[
"
gcc_9"
]
...
...
@@ -169,7 +169,7 @@ build_poiseuille_test_container:
###############################################################################
## Tests ##
###############################################################################
gcc_
9
_unit_tests
:
gcc_
12
_unit_tests
:
stage
:
test
needs
:
[
"
gcc_9"
]
...
...
@@ -199,7 +199,7 @@ msvc_17_unit_tests:
-
ctest --output-on-failure -C Release
###############################################################################
gcc_
9
_python_bindings_test
:
gcc_
12
_python_bindings_test
:
stage
:
test
needs
:
[
"
gcc_9_python"
]
...
...
@@ -214,7 +214,7 @@ gcc_9_python_bindings_test:
-
python3 -m unittest discover -s Python -v
###############################################################################
gcc_
9
_python_hpc_test
:
gcc_
12
_python_hpc_test
:
image
:
python:latest
stage
:
test
...
...
@@ -424,7 +424,7 @@ clang_build_analyzer_clang_10:
-
ClangBuildAnalyzer --analyze CBA
###############################################################################
include_what_you_use_clang_1
0
:
include_what_you_use_clang_1
5
:
stage
:
analyze
only
:
[
"
schedules"
]
...
...
@@ -510,7 +510,7 @@ lizard:
###############################################################################
# code coverage
gcov_gcc_
9
:
gcov_gcc_
12
:
stage
:
analyze
extends
:
.analyze_template
...
...
@@ -528,7 +528,7 @@ gcov_gcc_9:
-DCMAKE_CUDA_ARCHITECTURES=60
-DBUILD_VF_COVERAGE=ON
-
make -j4
-
./bin/basicsT
est
s
-
ct
est
-
cd ..
-
mkdir coverage
-
gcovr -r $CI_PROJECT_DIR -k build -f "src" --print-summary --html coverage/coverage.html --html-details --xml coverage/coverage.xml
...
...
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