Skip to content
Snippets Groups Projects
Commit f02459d7 authored by Alberto Nidasio's avatar Alberto Nidasio
Browse files

[CI/CD] Updated runner tags

parent 80765151
No related branches found
No related tags found
No related merge requests found
......@@ -62,6 +62,8 @@ build-logdecoder:
test:
stage: test
tags:
- miosix
script:
- ./sbs --test catch-tests-boardcore
......@@ -69,21 +71,29 @@ test:
cppcheck:
stage: lint
tags:
- miosix
script:
- ./scripts/linter.py --cppcheck src
format:
stage: lint
tags:
- miosix
script:
- ./scripts/linter.py --format src
copyright:
stage: lint
tags:
- miosix
script:
- ./scripts/linter.py --copyright src
find:
stage: lint
tags:
- miosix
script:
- ./scripts/linter.py --find src
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment