Tengine是由淘宝网发起的Web服务器项目。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
681 B

  1. # travis-ci.org - continuous testing environment - http://docs.travis-ci.com/
  2. language: c
  3. compiler:
  4. - gcc
  5. - clang
  6. # The build machines are Ubuntu 12.04 x64
  7. before_install:
  8. - sudo apt-get clean
  9. - sudo apt-get update
  10. - sudo apt-get install -y initscripts libc-bin libgd2-xpm-dev libgeoip-dev
  11. - sudo apt-get install -y libxslt1-dev libpcre++0 libpcre++-dev
  12. - sudo apt-get install -y liblua5.1-0-dev libssl-dev lua5.1 openssl passwd
  13. # TODO: fix tests so they don't depend on /usr/local/nginx/logs/
  14. # so we can run `make`, `make test`, `make install`.
  15. script:
  16. - ./configure --enable-mods-shared=all --with-file-aio --with-ipv6
  17. - make
  18. - sudo make install