Skip to content

Commit c6146e4

Browse files
committed
attempt to use latest repository content
1 parent b7e08bd commit c6146e4

File tree

1 file changed

+7
-55
lines changed

1 file changed

+7
-55
lines changed

.cirrus.yml

Lines changed: 7 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -6,63 +6,15 @@ freebsd_instance:
66
image_family: freebsd-13-0
77

88
task:
9-
install_script: pkg install -y autoconf gmake \
10-
re2c libgd icu4c libiconv libpng freetype2 \
11-
enchant2 bzip2 t1lib libgd gmp tidyp libxml2 \
12-
libxlst postresql96-client
9+
install_script:
10+
- sed -i -e 's/quarterly/latest/g' /etc/pkg/FreeBSD.conf
11+
- pkg upgrade -y
12+
- pkg install -y autoconf bison gmake re2c icu libiconv png freetype2 enchant2 bzip2 krb5 t1lib gmp tidyp libsodium libzip libxml2 libxslt openssl oniguruma pkgconf postgresql96-client
1313
script:
14-
- buildconf -f
15-
- ./configure --enable-option-checking=fatal \
16-
--enable-fpm \
17-
--with-pdo-mysql=mysqlnd \
18-
--with-mysqli=mysqlnd \
19-
--with-pgsql \
20-
--with-pdo-sqlite \
21-
--without-pear \
22-
--enable-gd \
23-
--with-jpeg \
24-
--with-webp \
25-
--with-freetype \
26-
--enable-exif \
27-
--with-zip \
28-
--with-zlib \
29-
--enable-soap \
30-
--enable-xmlreader \
31-
--with-xsl \
32-
--with-libxml \
33-
--enable-sysvsem \
34-
--enable-sysvshm \
35-
--enable-shmop \
36-
--enable-pcntl \
37-
--enable-mbstring \
38-
--with-curl \
39-
--enable-sockets \
40-
--with-openssl \
41-
--with-iconv=/usr/local \
42-
--enable-bcmath \
43-
--enable-calendar \
44-
--enable-ftp \
45-
--with-kerberos \
46-
--enable-sysvmsg \
47-
--with-ffi \
48-
--enable-zend-test \
49-
--enable-intl \
50-
--with-mhash \
51-
--with-sodium \
52-
--enable-dba \
53-
--enable-werror
14+
- ./buildconf -f
15+
- ./configure --enable-option-checking=fatal --enable-fpm --with-pdo-mysql=mysqlnd --with-mysqli=mysqlnd --with-pgsql --with-pdo-sqlite --without-pear --with-jpeg --with-webp --with-freetype --enable-exif --with-zip --with-zlib --enable-soap --enable-xmlreader --with-xsl --with-libxml --enable-shmop --enable-pcntl --enable-mbstring --with-curl --enable-sockets --with-openssl=/usr/local --with-iconv=/usr/local --enable-bcmath --enable-calendar --enable-ftp --with-kerberos --with-ffi --enable-zend-test --enable-intl --with-mhash --with-sodium --enable-dba --enable-werror
5416
- make -j$(sysctl -n hw.ncpu)
5517
- export TEST_PHP_JUNIT=junit.xml
5618
- export CI_NO_IPV6=1
5719
- rm -rf junit.xml | true
58-
- sapi/cli/php run-tests.php -P -q \
59-
-j$(sysctl hw.ncpu) \
60-
-g FAIL,XFAIL,BORK,WARN,LEAK,XLEAK,SKIP \
61-
--offline \
62-
--show-diff \
63-
--show-slow 1000 \
64-
--set-timeout 120
65-
66-
67-
68-
20+
- sapi/cli/php run-tests.php -P -q -j$(sysctl hw.ncpu) -g FAIL,XFAIL,BORK,WARN,LEAK,XLEAK,SKIP --offline --show-diff --show-slow 1000 --set-timeout 120

0 commit comments

Comments
 (0)