0
0
mirror of https://github.com/phpv8/v8js.git synced 2025-01-03 12:21:51 +00:00

Update appveyor.yml for issue 306

Use these v8js builds: https://github.com/phpv8/v8js/issues/306#issuecomment-294258612
This commit is contained in:
Jan-E 2017-04-15 03:30:31 +02:00 committed by GitHub
parent 12c6b53b8a
commit 31e01f2237

View File

@ -2,11 +2,11 @@ environment:
matrix:
- ARTIFACT_NAME: v8js_vc14_php7_%Platform%_ts.zip
OUTDIR: Release_TS
V8_ASSETS: V8-5.8.301.0-%Platform%.zip
V8_ASSETS: V8-5.8.283.31-%Platform%.zip
- ARTIFACT_NAME: v8js_vc14_php7_%Platform%_nts.zip
OUTDIR: Release
CONFIGURE_EXTRA: --disable-zts
V8_ASSETS: V8-5.8.301.0-%Platform%.zip
V8_ASSETS: V8-5.8.283.31-%Platform%.zip
PHP_VERSION: 7.0.16
PHP_SDK: c:\projects\php-sdk
@ -27,7 +27,7 @@ install:
- cd v8js-ci\vc14\%Platform%
- md deps
- cd deps
- curl -fSL -o %V8_ASSETS% "https://s3.amazonaws.com/win-phpv8/%V8_ASSETS%"
- curl -fSL -o %V8_ASSETS% "https://phpdev.toolsforresearch.com/%V8_ASSETS%"
- 7z.exe x %V8_ASSETS%
- cd ..
- curl -fSL -o "php-%PHP_VERSION%.tar.gz" "http://us1.php.net/distributions/php-%PHP_VERSION%.tar.gz"