Skip to content

Commit

Permalink
#23: Make sure outer PHP source tarball extracts to the download dire…
Browse files Browse the repository at this point in the history
…ctory
  • Loading branch information
jumpinjackie committed Jun 17, 2018
1 parent 302acfd commit fa568aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ install:
- if not exist "%LOCALAPPDATA%\downloads\php-7.1.18-Win32-VC14-x64.zip" curl -fsSL -o %LOCALAPPDATA%\php-7.1.18-Win32-VC14-x64.zip https://windows.php.net/downloads/releases/php-7.1.18-Win32-VC14-x64.zip
- if not exist "%LOCALAPPDATA%\downloads\php-7.1.18-Win32-VC14-x86.zip" curl -fsSL -o %LOCALAPPDATA%\php-7.1.18-Win32-VC14-x86.zip https://windows.php.net/downloads/releases/php-7.1.18-Win32-VC14-x86.zip
- if not exist "%LOCALAPPDATA%\downloads\php-7.1.18.tar.gz" curl -fsSL -o %LOCALAPPDATA%\php-7.1.18.tar.gz http://php.net/get/php-7.1.18.tar.gz/from/this/mirror
- if not exist "%LOCALAPPDATA%\downloads\php-7.1.18.tar" 7z x %LOCALAPPDATA%\php-7.1.18.tar.gz
- if not exist "%LOCALAPPDATA%\downloads\php-7.1.18.tar" 7z x %LOCALAPPDATA%\php-7.1.18.tar.gz -o"%LOCALAPPDATA%\downloads"
- 7z x %LOCALAPPDATA%\downloads\php-7.1.18.tar -aos -oc:\projects\mapguide-api-bindings\thirdparty\php7\src\php-7.1.18
- 7z x %LOCALAPPDATA%\downloads\php-7.1.18-Win32-VC14-x64.zip -oc:\projects\mapguide-api-bindings\runtimes\php\Release64
- 7z x %LOCALAPPDATA%\downloads\php-7.1.18-Win32-VC14-x86.zip -oc:\projects\mapguide-api-bindings\runtimes\php\Release
Expand Down

0 comments on commit fa568aa

Please sign in to comment.