AppVeyor: create artifacts

This commit is contained in:
bergwerkgis
2015-07-13 16:03:18 +02:00
parent 486d7b6d62
commit 0cd3f37e1b
2 changed files with 18 additions and 30 deletions
+3
View File
@@ -6,6 +6,9 @@ SET CONFIGURATION=Release
WHERE msbuild
IF %ERRORLEVEL% EQU 0 GOTO RUNBUILD
FOR /F "tokens=*" %%i in ('git rev-parse --abbrev-ref HEAD') do SET APPVEYOR_REPO_BRANCH=%%i
ECHO APPVEYOR_REPO_BRANCH^: %APPVEYOR_REPO_BRANCH%
SET PATH=C:\mb\windows-builds-64\tmp-bin\cmake-3.1.0-win32-x86\bin;%PATH%
SET PATH=C:\Program Files\7-Zip;%PATH%
ECHO activating VS command prompt ...