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: ...@@ -62,6 +62,8 @@ build-logdecoder:
test: test:
stage: test stage: test
tags:
- miosix
script: script:
- ./sbs --test catch-tests-boardcore - ./sbs --test catch-tests-boardcore
...@@ -69,21 +71,29 @@ test: ...@@ -69,21 +71,29 @@ test:
cppcheck: cppcheck:
stage: lint stage: lint
tags:
- miosix
script: script:
- ./scripts/linter.py --cppcheck src - ./scripts/linter.py --cppcheck src
format: format:
stage: lint stage: lint
tags:
- miosix
script: script:
- ./scripts/linter.py --format src - ./scripts/linter.py --format src
copyright: copyright:
stage: lint stage: lint
tags:
- miosix
script: script:
- ./scripts/linter.py --copyright src - ./scripts/linter.py --copyright src
find: find:
stage: lint stage: lint
tags:
- miosix
script: script:
- ./scripts/linter.py --find src - ./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