-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.travis.yml
42 lines (37 loc) · 947 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
language: c
sudo: false
addons:
apt:
packages:
- locales
- language-pack-de
- re2c
- libgmp-dev
- libicu-dev
- libmcrypt-dev
- libtidy-dev
- libenchant-dev
- libaspell-dev
- libpspell-dev
- librecode-dev
- libsasl2-dev
- libxpm-dev
- libt1-dev
cache:
- apt
env:
global:
- REPORT_EXIT_STATUS=1
before_script:
- git clone https://github.com/php/php-src.git --branch PHP-7.0 --single-branch ../php-src
- cp -r `pwd` ../php-src/ext/fhreads
script:
- cd ../php-src
- git apply ext/fhreads/patches/zend_objects_API.patch
- ./buildconf --force
- ./configure --disable-all --enable-fhreads --enable-maintainer-zts --enable-sockets
- make -j4
- TEST_PHP_EXECUTABLE=ext/fhreads/phptest sapi/cli/php run-tests.php ext/fhreads/tests/fhreads
notifications:
email: [email protected]
hipchat: 95d47a72c5372d4a0fef20048c3200@Appserver