Skip to content

Commit

Permalink
Merge pull request alibaba#834 from PeterDaveHello/travis-ci-tuning
Browse files Browse the repository at this point in the history
Travis ci tuning
  • Loading branch information
chobits authored Dec 2, 2016
2 parents 9a0dd2c + 8b5b95f commit 76206f6
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,27 @@ compiler:
- clang

# The build machines are Ubuntu 12.04 x64
before_install:
- sudo apt-get clean
- sudo apt-get update
- sudo apt-get install -y initscripts libc-bin libgd2-xpm-dev libgeoip-dev
- sudo apt-get install -y libxslt1-dev libpcre++0 libpcre++-dev
- sudo apt-get install -y liblua5.1-0-dev libssl-dev lua5.1 openssl passwd
- sudo apt-get install -y libperl-dev
addons:
apt:
packages:
- initscripts
- libc-bin
- libgd2-xpm-dev
- libgeoip-dev
- libxslt1-dev
- libpcre++0
- libpcre++-dev
- liblua5.1-0-dev
- libssl-dev
- lua5.1
- openssl
- passwd
- libperl-dev

# TODO: fix tests so they don't depend on /usr/local/nginx/logs/
# so we can run `make`, `make test`, `make install`.

script:
- ./configure --enable-mods-static=all --with-ipv6 --with-http_v2_module
- make
- make -j2
- sudo make install

0 comments on commit 76206f6

Please sign in to comment.