Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pugs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
code
pugs
Merge requests
!50
Update/gitlab ci
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update/gitlab ci
update/gitlab-ci
into
develop
Overview
0
Commits
6
Pipelines
0
Changes
15
Merged
Stéphane Del Pino
requested to merge
update/gitlab-ci
into
develop
4 years ago
Overview
0
Commits
6
Pipelines
0
Changes
15
Expand
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
8211e522
6 commits,
4 years ago
15 files
+
157
−
118
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
15
Search (e.g. *.vue) (Ctrl+P)
.gitlab-ci/clang10-mpi-coverage.yml deleted
100644 → 0
+
0
−
14
Options
coverage:clang10-mpi-coverage
:
image
:
localhost:5000/ubuntu_clang10_mpi
stage
:
coverage
script
:
-
mkdir -p build/clang10-cov-mpi
-
cd build/clang10-cov-mpi
-
CXX=clang++-10 CC=clang-10 cmake ../.. -DCMAKE_BUILD_TYPE=Coverage -DCLANG_FORMAT=/usr/bin/clang-format-10
-
make pugs
-
make coverage
cache
:
key
:
"
${CI_COMMIT_REF_SLUG}-clang10-cov-mpi"
paths
:
-
build/clang10-cov-mpi
untracked
:
true
Loading