File tree Expand file tree Collapse file tree 2 files changed +0
-40
lines changed Expand file tree Collapse file tree 2 files changed +0
-40
lines changed Original file line number Diff line number Diff line change @@ -161,29 +161,6 @@ XCOPY /Y corech\*.* ..\test\data\corech\
161161XCOPY /Y mld\*.* ..\test\data\mld\
162162unit_tests\%Configuration% \library-tests.exe
163163
164- IF NOT " %APPVEYOR_REPO_BRANCH% " == " master" GOTO DONE
165- ECHO ========= CREATING PACKAGES ==========
166-
167- CD %PROJECT_DIR% \build\%Configuration%
168- IF %ERRORLEVEL% NEQ 0 GOTO ERROR
169-
170- SET P = %PROJECT_DIR%
171- SET ZIP = %P% \osrm_%Configuration% .zip
172- IF EXIST %ZIP% ECHO deleting %ZIP% && DEL /F /Q %ZIP%
173- IF %ERRORLEVEL% NEQ 0 ECHO deleting %ZIP% FAILED && GOTO ERROR
174-
175- 7z a %ZIP% *.lib *.exe *.pdb %P% /osrm-deps/libs/bin/*.dll -tzip -mx9 | %windir% \system32\FIND " ing archive"
176- IF %ERRORLEVEL% NEQ 0 GOTO ERROR
177-
178- CD ..\..\profiles
179- IF %ERRORLEVEL% NEQ 0 GOTO ERROR
180-
181- ECHO disk=c:\temp\stxxl,10000,wincall > .stxxl.txt
182- 7z a %ZIP% * -tzip -mx9 | %windir% \system32\FIND " ing archive"
183- IF %ERRORLEVEL% NEQ 0 GOTO ERROR
184-
185- GOTO DONE
186-
187164:ERROR
188165ECHO ~~~~~~~~~~~~~~~~~~~~~~ ERROR %~f0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
189166ECHO ERRORLEVEL^ : %ERRORLEVEL%
Original file line number Diff line number Diff line change @@ -29,24 +29,7 @@ before_test:
2929 - SET OSRM_BUILD_DIR=build\%Configuration%
3030 - npm test
3131
32- artifacts :
33- - path : osrm_Release.zip
34- name : osrm_Release.zip
35- # - path: osrm_Debug.zip
36- # name: osrm_Debug.zip
37-
3832branches :
3933 only :
4034 - master
4135
42- deploy :
43- provider : FTP
44- server :
45- secure : ef7oiQTTXFGt8NdNiOHm/uRFVrUttzyFbIlnaeHhQvw=
46- username :
47- secure : Bw+Se2GTJxA6+GtRkEc//tQSBHOuFIuJHBjFwR9cD+8=
48- password :
49- secure : eqwESZqxMXC/j5mOCpaXuw==
50- folder : /
51- enable_ssl : true
52- active_mode : false
You can’t perform that action at this time.
0 commit comments