mirror of
https://github.com/phpv8/v8js.git
synced 2024-12-22 14:01:53 +00:00
Merge pull request #329 from stesie/fix-appveyor
fix appveyor build, us1.php.net is (currently?) unreachable
This commit is contained in:
commit
aad3fb0c4b
@ -40,7 +40,7 @@ install:
|
|||||||
- curl -fSL -o %V8_ASSETS% "https://s3.amazonaws.com/win-phpv8/%V8_ASSETS%"
|
- curl -fSL -o %V8_ASSETS% "https://s3.amazonaws.com/win-phpv8/%V8_ASSETS%"
|
||||||
- 7z.exe x %V8_ASSETS%
|
- 7z.exe x %V8_ASSETS%
|
||||||
- cd ..
|
- cd ..
|
||||||
- curl -fSL -o "php-%PHP_VERSION%.tar.gz" "http://us1.php.net/distributions/php-%PHP_VERSION%.tar.gz"
|
- curl -fSL -o "php-%PHP_VERSION%.tar.gz" "http://us2.php.net/distributions/php-%PHP_VERSION%.tar.gz"
|
||||||
- ren php php-%PHP_VERSION%
|
- ren php php-%PHP_VERSION%
|
||||||
- 7z.exe x php-%PHP_VERSION%.tar.gz -y
|
- 7z.exe x php-%PHP_VERSION%.tar.gz -y
|
||||||
- 7z.exe x php-%PHP_VERSION%.tar -y | find /v "Extracting"
|
- 7z.exe x php-%PHP_VERSION%.tar -y | find /v "Extracting"
|
||||||
|
Loading…
Reference in New Issue
Block a user