Skip to content
Snippets Groups Projects
Commit b61fbb6e authored by Jonathan Wendt's avatar Jonathan Wendt
Browse files

Reduce the number of threads used by gcc

parent f222e02b
No related branches found
No related tags found
1 merge request!101WIP: Feature/#353 add clang tidy to the mix
......@@ -168,7 +168,7 @@ build:linux:gcc5.3.1:
- cd build
- make Cpplint-Test-Suite
- make Cppcheck-Test-Suite
- make -j
- make -j8
artifacts:
paths:
- build
......@@ -186,7 +186,7 @@ build:linux:gcc6.3.1:
- cd build
- make Cpplint-Test-Suite
- make Cppcheck-Test-Suite
- make -j
- make -j8
artifacts:
paths:
- build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment