Increase example cmake parallel jobs number
This commit is contained in:
parent
bc7a34b494
commit
1fc54cfad8
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ build_examples_make:
|
|||
# same as above, but for CMake
|
||||
.build_examples_cmake: &build_examples_cmake
|
||||
extends: .build_template
|
||||
parallel: 5
|
||||
parallel: 8
|
||||
artifacts:
|
||||
when: always
|
||||
paths:
|
||||
|
|
Loading…
Reference in a new issue