Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
flow3r firmware
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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dos
flow3r firmware
Commits
3895c213
Verified
Commit
3895c213
authored
1 year ago
by
dos
Browse files
Options
Downloads
Patches
Plain Diff
no ci checks
parent
fa5c577f
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#12718
passed
1 year ago
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+0
-18
0 additions, 18 deletions
.gitlab-ci.yml
with
0 additions
and
18 deletions
.gitlab-ci.yml
+
0
−
18
View file @
3895c213
stages
:
stages
:
-
check
-
build
-
build
-
deploy
-
deploy
...
@@ -12,23 +11,6 @@ default:
...
@@ -12,23 +11,6 @@ default:
# docker load < $(nix-build nix/docker-image.nix)
# docker load < $(nix-build nix/docker-image.nix)
image
:
registry.gitlab.com/flow3r-badge/flow3r-build:kfjixcricw2358zp5vg15b784l9jnpzz
image
:
registry.gitlab.com/flow3r-badge/flow3r-build:kfjixcricw2358zp5vg15b784l9jnpzz
clang-tidy
:
stage
:
check
script
:
-
"
bash
tools/clang-tidy.sh"
-
"
python3
tools/codequal-report.py
clang-tidy
warnings.txt
>
cqual.json"
artifacts
:
when
:
always
reports
:
codequality
:
cqual.json
format
:
stage
:
check
script
:
-
"
git
clean
-fdx"
-
"
bash
tools/format.sh"
-
"
[
-z
\"
$(git
status
--porcelain)
\"
]
||
(echo
'Differences
found,
please
run
tools/format.sh.'
&&
git
diff
HEAD
&&
exit
1)"
build
:
build
:
stage
:
build
stage
:
build
script
:
script
:
...
...
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