Remove publishing binary artefacts on Windows.
This commit is contained in:
parent
e82b51d0cb
commit
0da2029d2d
@ -161,29 +161,6 @@ XCOPY /Y corech\*.* ..\test\data\corech\
|
|||||||
XCOPY /Y mld\*.* ..\test\data\mld\
|
XCOPY /Y mld\*.* ..\test\data\mld\
|
||||||
unit_tests\%Configuration%\library-tests.exe
|
unit_tests\%Configuration%\library-tests.exe
|
||||||
|
|
||||||
IF NOT "%APPVEYOR_REPO_BRANCH%"=="master" GOTO DONE
|
|
||||||
ECHO ========= CREATING PACKAGES ==========
|
|
||||||
|
|
||||||
CD %PROJECT_DIR%\build\%Configuration%
|
|
||||||
IF %ERRORLEVEL% NEQ 0 GOTO ERROR
|
|
||||||
|
|
||||||
SET P=%PROJECT_DIR%
|
|
||||||
SET ZIP= %P%\osrm_%Configuration%.zip
|
|
||||||
IF EXIST %ZIP% ECHO deleting %ZIP% && DEL /F /Q %ZIP%
|
|
||||||
IF %ERRORLEVEL% NEQ 0 ECHO deleting %ZIP% FAILED && GOTO ERROR
|
|
||||||
|
|
||||||
7z a %ZIP% *.lib *.exe *.pdb %P%/osrm-deps/libs/bin/*.dll -tzip -mx9 | %windir%\system32\FIND "ing archive"
|
|
||||||
IF %ERRORLEVEL% NEQ 0 GOTO ERROR
|
|
||||||
|
|
||||||
CD ..\..\profiles
|
|
||||||
IF %ERRORLEVEL% NEQ 0 GOTO ERROR
|
|
||||||
|
|
||||||
ECHO disk=c:\temp\stxxl,10000,wincall > .stxxl.txt
|
|
||||||
7z a %ZIP% * -tzip -mx9 | %windir%\system32\FIND "ing archive"
|
|
||||||
IF %ERRORLEVEL% NEQ 0 GOTO ERROR
|
|
||||||
|
|
||||||
GOTO DONE
|
|
||||||
|
|
||||||
:ERROR
|
:ERROR
|
||||||
ECHO ~~~~~~~~~~~~~~~~~~~~~~ ERROR %~f0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
ECHO ~~~~~~~~~~~~~~~~~~~~~~ ERROR %~f0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
ECHO ERRORLEVEL^: %ERRORLEVEL%
|
ECHO ERRORLEVEL^: %ERRORLEVEL%
|
||||||
|
17
appveyor.yml
17
appveyor.yml
@ -29,24 +29,7 @@ before_test:
|
|||||||
- SET OSRM_BUILD_DIR=build\%Configuration%
|
- SET OSRM_BUILD_DIR=build\%Configuration%
|
||||||
- npm test
|
- npm test
|
||||||
|
|
||||||
artifacts:
|
|
||||||
- path: osrm_Release.zip
|
|
||||||
name: osrm_Release.zip
|
|
||||||
# - path: osrm_Debug.zip
|
|
||||||
# name: osrm_Debug.zip
|
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
deploy:
|
|
||||||
provider: FTP
|
|
||||||
server:
|
|
||||||
secure: ef7oiQTTXFGt8NdNiOHm/uRFVrUttzyFbIlnaeHhQvw=
|
|
||||||
username:
|
|
||||||
secure: Bw+Se2GTJxA6+GtRkEc//tQSBHOuFIuJHBjFwR9cD+8=
|
|
||||||
password:
|
|
||||||
secure: eqwESZqxMXC/j5mOCpaXuw==
|
|
||||||
folder: /
|
|
||||||
enable_ssl: true
|
|
||||||
active_mode: false
|
|
||||||
|
Loading…
Reference in New Issue
Block a user