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
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
flow3r
flow3r firmware
Merge requests
!23
ci: v2 (docker, linting/checks)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
ci: v2 (docker, linting/checks)
q3k/ci-docker
into
main
Overview
0
Commits
7
Pipelines
12
Changes
100
Merged
q3k
requested to merge
q3k/ci-docker
into
main
1 year ago
Overview
0
Commits
7
Pipelines
12
Changes
100
Expand
This implements the second iteration of our CI pipeline.
There are two main changes in it:
We now use a Docker image and Docker runner. The image is still built from Nix, so we still have only one source of truth for project dependencies.
We now run a bunch of checks: clang-tidy, clang-format and mypy.
Edited
1 year ago
by
q3k
0
0
Merge request reports
Activity
All activity
Filter activity
Deselect all
Approvals
Assignees & reviewers
Comments (from bots)
Comments (from users)
Commits & branches
Edits
Labels
Lock status
Mentions
Merge request status
Tracking
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Please
register
or
sign in
to reply
Jul 20, 2023
ci: run black
· cc1ed780
q3k
authored
1 year ago
cc1ed780
*: reformat with black
· 69f8221b
q3k
authored
1 year ago
69f8221b
ci: run clang-format
· 91c57182
q3k
authored
1 year ago
91c57182
*: reformat with clang-format
· 84c3cf1f
q3k
authored
1 year ago
84c3cf1f
ci: run mypy
· 4fac8ae1
q3k
authored
1 year ago
4fac8ae1
ci: submit clang-tidy as codequality json
· 68aaea0a
q3k
authored
1 year ago
68aaea0a
nix: refactor, build docker image
· 7043496e
q3k
authored
1 year ago
7043496e
Loading