Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Aircraft Design
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
UNICADO
Aircraft Design
Commits
9d261ddb
Commit
9d261ddb
authored
1 month ago
by
Maurice Zimmnau
Browse files
Options
Downloads
Patches
Plain Diff
Increase number of cores for compilation
parent
0018b7b2
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#1626018
failed
1 month ago
Stage: setup
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.ci-scripts/build-integration-test.yml
+3
-3
3 additions, 3 deletions
.ci-scripts/build-integration-test.yml
with
3 additions
and
3 deletions
.ci-scripts/build-integration-test.yml
+
3
−
3
View file @
9d261ddb
...
...
@@ -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} -j
4
# Assume 4 cores
-
cmake --build --preset x64-linux-release --target ${NAME_MODIFIED_TOOL} -j
8
# 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} -j
4
-
cmake --build --preset x64-linux-release --target ${DIR_DESIGN_EVALUATOR} -j
8
-
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} -j
4
-
cmake --build --preset x64-linux-release --target ${NAME_MODIFIED_TOOL} -j
8
## "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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment