Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
Catalyst
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
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
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ParaView
Catalyst
Commits
0d0b45ce
Commit
0d0b45ce
authored
6 months ago
by
Ben Boeckel
Browse files
Options
Downloads
Patches
Plain Diff
ci: default to Release builds
parent
a4ce1e81
No related branches found
No related tags found
1 merge request
!119
Ci default release
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab/ci/configure_common.cmake
+6
-0
6 additions, 0 deletions
.gitlab/ci/configure_common.cmake
with
6 additions
and
0 deletions
.gitlab/ci/configure_common.cmake
+
6
−
0
View file @
0d0b45ce
...
...
@@ -23,6 +23,12 @@ configuration_flag(CATALYST_WITH_EXTERNAL_CONDUIT "extdeps")
configuration_flag
(
CATALYST_WRAP_PYTHON
"wrappings"
)
configuration_flag
(
CATALYST_WRAP_FORTRAN
"wrappings"
)
# Default to Release builds.
if
(
"$ENV{CMAKE_BUILD_TYPE}"
STREQUAL
""
)
set
(
CMAKE_BUILD_TYPE
"Release"
CACHE STRING
""
)
else
()
set
(
CMAKE_BUILD_TYPE
"$ENV{CMAKE_BUILD_TYPE}"
CACHE STRING
""
)
endif
()
if
(
"$ENV{CMAKE_CONFIGURATION}"
MATCHES
"_tidy"
)
set
(
CMAKE_C_CLANG_TIDY
"clang-tidy"
"--header-filter=$ENV{CI_PROJECT_DIR}/(src|tests)"
CACHE FILEPATH
""
)
...
...
This diff is collapsed.
Click to expand it.
Ben Boeckel
@ben.boeckel
mentioned in commit
cffc97f0
·
6 months ago
mentioned in commit
cffc97f0
mentioned in commit cffc97f0b7067c7b19af3d4a0ff08a2dec3ab5b4
Toggle commit list
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