This commit is contained in:
root
2017-02-26 00:07:07 +01:00
parent 0df597b47d
commit 74c3c310e6
21 changed files with 2494 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
language: c
compiler:
- clang
- gcc
env:
# Mainline
- NGINX=1.11.3
- NGINX=1.11.3 DYNAMIC=1
# Stable
- NGINX=1.10.1
- NGINX=1.10.1 DYNAMIC=1
# Other configurations
- NGINX=1.9.15
- NGINX=1.9.15 DYNAMIC=1
- NGINX=1.8.1
# Also, the oldest supported version
# TODO: Fails building because it won't find IOV_MAX from header.
#- NGINX=0.7.69
sudo: false
addons:
apt:
packages:
- libpcre3-dev
- libssl-dev
cache: ccache
script:
- echo "NGINX=${NGINX} ${DYNAMIC:+DYNAMIC=${DYNAMIC}}"
- t/build-and-run ${NGINX} ${DYNAMIC}