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

[CI/CD] Removed jobs limit

parent 89b55384
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ build-release:
tags:
- miosix
script:
- ./sbs --jobs 2
- ./sbs
# Stage build-debug
......@@ -45,14 +45,14 @@ build-debug:
tags:
- miosix
script:
- ./sbs --jobs 2 --debug
- ./sbs --debug
# Stage test
test:
stage: test
script:
- ./sbs --jobs 2 --test catch-tests-boardcore
- ./sbs --test catch-tests-boardcore
# Stage lint
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment