From ae2401621abbf530f5abd1ad8ce822b739b02cc4 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Tue, 9 Apr 2019 00:17:07 +0200 Subject: ci/build.ps1: Respect CMAKE_BUILD_TYPE if provided #9869 --- ci/build.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ci') diff --git a/ci/build.ps1 b/ci/build.ps1 index cbe300cc28..4c47ac1c51 100644 --- a/ci/build.ps1 +++ b/ci/build.ps1 @@ -1,11 +1,12 @@ $ErrorActionPreference = 'stop' Set-PSDebug -Strict -Trace 1 +$isPullRequest = ($env:APPVEYOR_PULL_REQUEST_HEAD_COMMIT -ne $null) $env:CONFIGURATION -match '^(?\w+)_(?32|64)(?:-(?