Skip to content

Commit 4166dd3

Browse files
committed
Build dom and json to enable 2 extra tests
1 parent 6fc0c21 commit 4166dd3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

appveyor.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ install:
3939
- cd deps
4040
- curl -fSL -o %V8_ASSETS% "https://s3.amazonaws.com/win-phpv8/%V8_ASSETS%"
4141
- 7z.exe x %V8_ASSETS%
42+
- curl -fSL -o libiconv.zip "https://windows.php.net/downloads/php-sdk/deps/vc14/%Platform%/libiconv-1.15-vc14-%Platform%.zip"
43+
- 7z.exe x libiconv.zip -y
44+
- curl -fSL -o libxml2.zip "https://windows.php.net/downloads/php-sdk/deps/vc14/%Platform%/libxml2-2.9.8-vc14-%Platform%.zip"
45+
- 7z.exe x libxml2.zip -y
4246
- cd ..
4347
- curl -fSL -o "php-%PHP_VERSION%.tar.gz" "http://us2.php.net/distributions/php-%PHP_VERSION%.tar.gz"
4448
- ren php php-%PHP_VERSION%
@@ -63,7 +67,7 @@ build_script:
6367
- echo Building PHP [%PHP_VERSION%]
6468
- '%PHP_SDK%\bin\phpsdk_setvars'
6569
- buildconf
66-
- configure --disable-all --enable-cli --with-v8js %CONFIGURE_EXTRA%
70+
- configure --disable-all --enable-cli --with-iconv=yes --with-libxml=yes --with-dom=yes --enable-json=static --with-v8js %CONFIGURE_EXTRA%
6771
- nmake
6872

6973
after_build:

0 commit comments

Comments
 (0)