File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,17 +20,17 @@ platform:
20
20
21
21
install :
22
22
- cd %PHP_SDK%
23
- - curl -fSL -o php-sdk-binary-tools-20110915.zip ' http://windows.php.net/downloads/php-sdk/php-sdk-binary-tools-20110915.zip'
23
+ - curl -fSL -o php-sdk-binary-tools-20110915.zip " http://windows.php.net/downloads/php-sdk/php-sdk-binary-tools-20110915.zip"
24
24
- 7z.exe x php-sdk-binary-tools-20110915.zip
25
25
- call bin\phpsdk_setvars.bat
26
26
- call bin\phpsdk_buildtree.bat v8js-ci
27
27
- cd v8js-ci\vc14\%Platform%
28
28
- md deps
29
29
- cd deps
30
- - curl -fSL -o %V8_ASSETS% ' https://s3.amazonaws.com/win-phpv8/%V8_ASSETS%'
30
+ - curl -fSL -o %V8_ASSETS% " https://s3.amazonaws.com/win-phpv8/%V8_ASSETS%"
31
31
- 7z.exe x %V8_ASSETS%
32
32
- cd ..
33
- - curl -fSL -o ' php-%PHP_VERSION%.tar.gz' ' http://us1.php.net/distributions/php-%PHP_VERSION%.tar.gz'
33
+ - curl -fSL -o " php-%PHP_VERSION%.tar.gz" " http://us1.php.net/distributions/php-%PHP_VERSION%.tar.gz"
34
34
- ren php php-%PHP_VERSION%
35
35
- 7z.exe x php-%PHP_VERSION%.tar.gz -y
36
36
- 7z.exe x php-%PHP_VERSION%.tar -y | find /v "Extracting"
You can’t perform that action at this time.
0 commit comments