Skip to content

Commit 8e0b150

Browse files
committed
appveyor: pull base v8 (4.9.385.29) from s3
1 parent c80f20e commit 8e0b150

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

appveyor.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,15 @@ install:
2525
- call bin\phpsdk_buildtree.bat v8js-ci
2626
- cd v8js-ci\vc14\x86
2727
- md deps
28-
- curl -fSL -o archive.zip 'https://jenkins.brokenpipe.de/job/V8Js-PHP7/job/win-v8/lastSuccessfulBuild/artifact/*zip*/archive.zip'
29-
- 7z.exe x archive.zip
30-
- move archive\v8\include deps\
31-
- mkdir deps\include\include
32-
- copy deps\include\v8-platform.h deps\include\include\
33-
- move archive\v8\build\Release\lib deps\
28+
- curl -fSL -o v8-4.9.385.29-x86-deps.zip 'https://s3.amazonaws.com/win-phpv8/v8-4.9.385.29-x86-deps.zip'
29+
- 7z.exe x v8-4.9.385.29-x86-deps.zip
3430
- curl -fSL -o 'php-%PHP_VERSION%.tar.gz' 'http://us1.php.net/distributions/php-%PHP_VERSION%.tar.gz'
3531
- ren php php-%PHP_VERSION%
3632
- 7z.exe x php-%PHP_VERSION%.tar.gz -y
3733
- 7z.exe x php-%PHP_VERSION%.tar -y | find /v "Extracting"
3834
- cd php-%PHP_VERSION%
3935
- mkdir %OUTDIR%
40-
- move ..\archive\v8\build\Release\*.dll %OUTDIR%\
36+
- move ..\deps\lib\*.dll %OUTDIR%\
4137

4238
build_script:
4339
- '"%VS140COMNTOOLS%\VsDevCmd" %BUILD_PLATFORM%'

0 commit comments

Comments
 (0)