AppVeyor: make tests pass again

This commit is contained in:
bergwerkgis
2015-09-07 19:45:54 +02:00
parent b734d4bbc1
commit bed0598530
2 changed files with 21 additions and 11 deletions
+1
View File
@@ -6,6 +6,7 @@ ECHO ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %~f0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SET PLATFORM=x64
SET CONFIGURATION=Release
::SET LOCAL_DEV=1
FOR /F "tokens=*" %%i in ('git rev-parse --abbrev-ref HEAD') do SET APPVEYOR_REPO_BRANCH=%%i
ECHO APPVEYOR_REPO_BRANCH^: %APPVEYOR_REPO_BRANCH%