File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff 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
4238build_script :
4339 - ' "%VS140COMNTOOLS%\VsDevCmd" %BUILD_PLATFORM%'
You can’t perform that action at this time.
0 commit comments