Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
blaster
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
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Aerospace and Mechanical Engineering
blaster
Commits
0b739292
Verified
Commit
0b739292
authored
3 months ago
by
Paul Dechamps
Browse files
Options
Downloads
Patches
Plain Diff
(pip) Modified docker image for clang-format version
parent
1ea5b680
No related branches found
Branches containing commit
No related tags found
1 merge request
!1
BLASTER v1.0
Pipeline
#50745
passed with warnings
3 months ago
Stage: build
Stage: test
Stage: validation
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+5
-4
5 additions, 4 deletions
.gitlab-ci.yml
with
5 additions
and
4 deletions
.gitlab-ci.yml
+
5
−
4
View file @
0b739292
default
:
image
:
pdechamps/blaster
image
:
rboman/waves-py3:2023.0
before_script
:
-
"
export
INCLUDE=:/usr/include/mkl:"
-
source /opt/intel/oneapi/mkl/latest/env/vars.sh
-
source /opt/intel/oneapi/tbb/latest/env/vars.sh
-
echo $(nproc)
-
printenv | sort
...
...
@@ -24,8 +25,8 @@ format:
<<
:
*global_tag_def
stage
:
build
script
:
-
clang-format
-11
--version
# we use clang-format-11 exclusively
-
./
format
/format.py
-
clang-format --version
-
./
modules/dartflo/ext/amfe/scripts
/format
_code
.py
-
mkdir -p patches
-
if git diff --patch --exit-code > patches/clang-format.patch; then echo "Clang format changed nothing"; else echo "Clang format found changes to make!";
false
; fi
artifacts
:
...
...
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