Skip to content
Snippets Groups Projects
Commit 9d261ddb authored by Maurice Zimmnau's avatar Maurice Zimmnau
Browse files

Increase number of cores for compilation

parent 0018b7b2
No related branches found
No related tags found
No related merge requests found
Pipeline #1626018 failed
......@@ -38,7 +38,7 @@ build-integration-test:
## "Build former called clean repo - now within UNICADO"
- cmake -B build -S . --preset x64-linux-release --fresh # -DFIND_LIBRARIES_AS_PACKAGE=ON -DCMAKE_PREFIX_PATH=../libs >/dev/null
- cmake --build --preset x64-linux-release --target ${NAME_MODIFIED_TOOL} -j4 # Assume 4 cores
- cmake --build --preset x64-linux-release --target ${NAME_MODIFIED_TOOL} -j8 # Assume 4 cores
- cd ${CI_PROJECT_DIR}/${DIR_UNICADO}
## Modify CMakeLists.txt to only configure ${DIR_DESIGN_EVALUATOR}
......@@ -48,7 +48,7 @@ build-integration-test:
## "Build ${DIR_DESIGN_EVALUATOR} in unicado repo"
- cmake -B build -S . --preset x64-linux-release --fresh
- cmake --build --preset x64-linux-release --target ${DIR_DESIGN_EVALUATOR} -j4
- cmake --build --preset x64-linux-release --target ${DIR_DESIGN_EVALUATOR} -j8
- cd ${CI_PROJECT_DIR}/${DIR_UNICADO}
## Create project and copy into AD repo of UNICADO (Clean repo) if not existent
......@@ -77,7 +77,7 @@ build-integration-test:
## Same game for so called "local" repo
- cmake -B build -S . --preset x64-linux-release --fresh
- cmake --build --preset x64-linux-release --target ${NAME_MODIFIED_TOOL} -j4
- cmake --build --preset x64-linux-release --target ${NAME_MODIFIED_TOOL} -j8
## "Copy built ${DIR_DESIGN_EVALUATOR} from unicado repo to local repo"
- if [ ! -d "${DIR_DESIGN_EVALUATOR}" ]; then cp -rf ${PATH_CLEAN_ADDITIONAL_SOFTWARE}/${DIR_DESIGN_EVALUATOR} .; fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment