Browse Source

extract only the required files

antograssiot 10 years ago
parent
commit
9c6109e9e7
1 changed files with 2 additions and 3 deletions
  1. 2 3
      appveyor.yml

+ 2 - 3
appveyor.yml

@@ -25,10 +25,9 @@ install:
   - cd c:\
   - appveyor DownloadFile http://windows.php.net/downloads/releases/archives/php-5.5.8-nts-Win32-VC11-x86.zip -FileName php.zip
   - 7z x php.zip -oc:\php
-  - cd c:\php\ext
   - appveyor DownloadFile https://dl.dropboxusercontent.com/s/1cdq70jbx8vcf56/sqlsrv_unofficial_3.0.2.2.zip -FileName sqlsrv.zip
-  - 7z x sqlsrv.zip
-  - cd ..
+  - 7z x sqlsrv.zip -oc:\php\ext php*_55_nts.dll
+  - cd c:\php
   - copy php.ini-production php.ini
   - echo date.timezone="UTC" >> php.ini
   - echo extension_dir=ext >> php.ini