From 5852169f7c2aff41596bbcdee77263525b790f47 Mon Sep 17 00:00:00 2001 From: bergwerkgis Date: Sat, 3 Oct 2015 08:26:00 +0000 Subject: [PATCH] allways build on AppVeyor --- scripts/build-appveyor.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/build-appveyor.bat b/scripts/build-appveyor.bat index b72243be6..3ed98d9e4 100644 --- a/scripts/build-appveyor.bat +++ b/scripts/build-appveyor.bat @@ -11,9 +11,9 @@ IF %ERRORLEVEL% NEQ 0 GOTO ERROR ::only build on AppVeyor, if explicitly stated ECHO APPVEYOR_REPO_COMMIT_MESSAGE^: %APPVEYOR_REPO_COMMIT_MESSAGE% -SET BUILD_ON_APPVEYOR=0 -for /F "tokens=1 usebackq" %%i in (`powershell .\scripts\parse-commit-message.ps1 '[build appveyor]'`) DO SET BUILD_ON_APPVEYOR=%%i -IF %BUILD_ON_APPVEYOR% EQU 0 ECHO not building, commit with [build appveyor] && GOTO DONE +::SET BUILD_ON_APPVEYOR=0 +::for /F "tokens=1 usebackq" %%i in (`powershell .\scripts\parse-commit-message.ps1 '[build appveyor]'`) DO SET BUILD_ON_APPVEYOR=%%i +::IF %BUILD_ON_APPVEYOR% EQU 0 ECHO not building, commit with [build appveyor] && GOTO DONE ECHO configuration^: %configuration% ECHO platform^: %platform%