-
Notifications
You must be signed in to change notification settings - Fork 2
/
.travis.yml
34 lines (34 loc) · 925 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
language: php
sudo: required
dist: precise
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
before_install:
#- sudo apt-get update -y
- sudo apt-get install -y openssl libcppunit-dev libreadline6 libreadline6-dev valgrind realpath libmodule-install-perl
- wget https://github.com/torden/go-mdbm/raw/master/pkg/ubuntu/mdbm-4.13.0-Precise_Pangolin.deb
- sudo dpkg -i mdbm-4.13.0-Precise_Pangolin.deb
- sudo apt-get install -y gdb
#- git clone https://github.com/yahoo/mdbm.git src_mdbm
before_script:
- ulimit -c unlimited -S
- ulimit -s unlimited
# - cd src_mdbm/
# - make -j2
# - make install
# - cd ..
script:
- cd src
- phpize
- ./configure --with-php-config=`which php-config` --with-mdbm=/usr/local/mdbm/
- make -j2
- make test TESTS="-q -v"
- ./travis-ci-check.sh
- make test TESTS="-q -v -m"
- ./travis-ci-check.sh