allways build on AppVeyor
This commit is contained in:
parent
cbb40d0662
commit
5852169f7c
1 changed files with 3 additions and 3 deletions
|
@ -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%
|
||||
|
|
Loading…
Reference in a new issue