Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
preprocessor
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
Container Registry
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
Dynare
preprocessor
Commits
97ddcc17
Verified
Commit
97ddcc17
authored
4 months ago
by
Sébastien Villemot
Browse files
Options
Downloads
Patches
Plain Diff
CI: add manual clang-tidy job
parent
56e21489
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+13
-0
13 additions, 0 deletions
.gitlab-ci.yml
with
13 additions
and
0 deletions
.gitlab-ci.yml
+
13
−
0
View file @
97ddcc17
...
...
@@ -77,3 +77,16 @@ test_clang_format:
-
meson setup build-clang-format
-
ninja -C build-clang-format clang-format-check
needs
:
[]
test_clang_tidy
:
stage
:
test
script
:
# Hack needed for meson < 1.6.0 which only looks for unversioned clang-tidy
-
mkdir -p ~/.local/bin && ln -s /usr/bin/clang-tidy-16 ~/.local/bin/clang-tidy
-
export PATH="$HOME/.local/bin:$PATH"
-
meson setup build-clang-tidy
# Generate Flex and Bison files
-
meson compile -C build-clang-tidy
-
ninja -C build-clang-tidy clang-tidy
needs
:
[]
when
:
manual
This diff is collapsed.
Click to expand it.
Sébastien Villemot
@sebastien
mentioned in commit
59534a57
·
4 months ago
mentioned in commit
59534a57
mentioned in commit 59534a57df937888cc583d8ec52ff2e8fc45aff8
Toggle commit list
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