Skip to content

Commit 4a2477a

Browse files
committed
ENH: Use Release CMAKE_BUILD_TYPE for Azure Pipelines builds
For test builds, the build time difference is not significant relative to the Azure Pipelines timeout, and Release is the more common desired build type.
1 parent 693755d commit 4a2477a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.project_name}}/test/azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
variables:
22
ITKGitTag: v5.0rc01
3-
CMakeBuildType: MinSizeRel
3+
CMakeBuildType: Release
44

55
trigger:
66
batch: true

0 commit comments

Comments
 (0)