Skip to content

Commit

Permalink
appveyor.yml update url to binary deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilhelm Berg authored and Wilhelm Berg committed Aug 24, 2015
1 parent 4ec323c commit 40443d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor-build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ IF EXIST %DEPSPKG% DEL %DEPSPKG%
IF %ERRORLEVEL% NEQ 0 GOTO ERROR

ECHO downloading %DEPSPKG%
powershell Invoke-WebRequest https://mapbox.s3.amazonaws.com/windows-builds/windows-deps/$env:DEPSPKG -OutFile C:\projects\osrm\$env:DEPSPKG
powershell Invoke-WebRequest https://mapbox.s3.amazonaws.com/windows-builds/windows-build-deps/$env:DEPSPKG -OutFile C:\projects\osrm\$env:DEPSPKG
IF %ERRORLEVEL% NEQ 0 GOTO ERROR

7z -y x %DEPSPKG% | %windir%\system32\FIND "ing archive"
Expand Down

0 comments on commit 40443d1

Please sign in to comment.