Skip to content

Commit 0da2029

Browse files
TheMarexPatrick Niklaus
authored andcommitted
Remove publishing binary artefacts on Windows.
1 parent e82b51d commit 0da2029

File tree

2 files changed

+0
-40
lines changed

2 files changed

+0
-40
lines changed

appveyor-build.bat

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -161,29 +161,6 @@ XCOPY /Y corech\*.* ..\test\data\corech\
161161
XCOPY /Y mld\*.* ..\test\data\mld\
162162
unit_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
188165
ECHO ~~~~~~~~~~~~~~~~~~~~~~ ERROR %~f0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
189166
ECHO ERRORLEVEL^: %ERRORLEVEL%

appveyor.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff 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-
3832
branches:
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

0 commit comments

Comments
 (0)