-
Notifications
You must be signed in to change notification settings - Fork 13
Jenkins gha migration #66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| echo "Setting env for PR #$BRANCH_OR_PR_NUMBER" | ||
| WORK_FOLDER=$GITHUB_WORKSPACE/PR$BRANCH_OR_PR_NUMBER | ||
| else | ||
| if [ "$GITHUB_REPOSITORY_OWNER" != "bakpaul" ]; then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| if [ "$GITHUB_REPOSITORY_OWNER" != "bakpaul" ]; then | |
| if [ "$GITHUB_REPOSITORY_OWNER" != "bakpaul" ]; then # TODO_before_PR_in_SOFA : replace with sofa-framework |
| echo "Configuring with the supported plugins/modules (scope = supported-plugins)" | ||
|
|
||
| if [[ "$VM_BUILDS_IMGUI" == "false" ]]; then | ||
| add-cmake-option "-DPLUGIN_SOFAIMGUI=OFF" | ||
| fi | ||
|
|
||
| if [[ "$VM_HAS_CGAL" == "false" ]]; then | ||
| add-cmake-option "-DPLUGIN_CGALPLUGIN=OFF -DSOFA_FETCH_CGALPLUGIN=OFF" | ||
| fi | ||
|
|
||
| if [[ "$VM_HAS_CUDA" == "true" ]]; then | ||
| add-cmake-option "-DSOFACUDA_DOUBLE=ON" | ||
| if in-array "build-release-package" "$BUILD_OPTIONS"; then | ||
| add-cmake-option "-DCUDA_ARCH_LIST=6.0;6.1;7.0;7.5;8.0;8.6;8.9" | ||
| else | ||
| add-cmake-option "-DCUDA_ARCH_LIST=6.0;8.9" | ||
| fi | ||
| add-cmake-option "-DPLUGIN_VOLUMETRICRENDERING_CUDA=ON" | ||
| add-cmake-option "-DPLUGIN_SOFADISTANCEGRID_CUDA=ON" | ||
| else | ||
| add-cmake-option "-DPLUGIN_SOFACUDA=OFF" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure to understand why you modify these
| @@ -0,0 +1,124 @@ | |||
| #!/bin/bash | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To rename (as we discussed)
|
I would also suggest to rename the |
No description provided.