Skip to content

Commit

Permalink
#23: Make sure we're downloading and extracting all the required deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jumpinjackie committed Jun 17, 2018
1 parent f833eaa commit 9f507c7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ before_build:
install:
- appveyor DownloadFile "https://github.com/jumpinjackie/mapguide-api-bindings/releases/download/v0.3/mapguide-3.1-buildpack.7z"
- appveyor DownloadFile "http://prdownloads.sourceforge.net/swig/swigwin-3.0.12.zip"
- curl -fsSL -o php-7.1.18-Win32-VC14-x64.zip https://windows.php.net/downloads/releases/php-7.1.18-Win32-VC14-x64.zip
- curl -fsSL -o php-7.1.18-Win32-VC14-x86.zip https://windows.php.net/downloads/releases/php-7.1.18-Win32-VC14-x86.zip
- curl curl -fsSL -o php-7.1.18.tar.gz http://php.net/get/php-7.1.18.tar.gz/from/this/mirror
- 7z x php-7.1.18.tar.gz
- 7z x php-7.1.18.tar -aos -oc:\projects\mapguide-api-bindings\thirdparty\php7\src\php-7.1.18
- 7z x php-7.1.18-Win32-VC14-x64.zip -oc:\projects\mapguide-api-bindings\runtimes\php\Release64
- 7z x php-7.1.18-Win32-VC14-x86.zip -oc:\projects\mapguide-api-bindings\runtimes\php\Release
- 7z x mapguide-3.1-buildpack.7z -oc:\projects\mapguide-api-bindings\sdk\3.1
- 7z x swigwin-3.0.12.zip -oc:\

Expand Down

0 comments on commit 9f507c7

Please sign in to comment.