BUILD: travis-ci: add PCRE2, SLZ build
This commit is contained in:
parent
cea46c0f2c
commit
a668761181
|
@ -13,7 +13,7 @@ env:
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages: [ liblua5.3-dev, libsystemd-dev ]
|
packages: [ liblua5.3-dev, libsystemd-dev, libpcre2-dev ]
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
|
@ -74,6 +74,13 @@ matrix:
|
||||||
- choco install bash make libssl-devel cygwin-devel gcc-core libgcc1 binutils lua-devel libpcre-devel zlib-devel --source cygwin
|
- choco install bash make libssl-devel cygwin-devel gcc-core libgcc1 binutils lua-devel libpcre-devel zlib-devel --source cygwin
|
||||||
script:
|
script:
|
||||||
- C:\\tools\\cygwin\\bin\\bash -lc 'cd $OLDPWD && make TARGET=cygwin USE_ZLIB=1 USE_PCRE=1 USE_PCRE_JIT=1 USE_LUA=1 USE_OPENSSL=1 USE_THREAD=1 && ./haproxy -vv'
|
- C:\\tools\\cygwin\\bin\\bash -lc 'cd $OLDPWD && make TARGET=cygwin USE_ZLIB=1 USE_PCRE=1 USE_PCRE_JIT=1 USE_LUA=1 USE_OPENSSL=1 USE_THREAD=1 && ./haproxy -vv'
|
||||||
|
- os: linux
|
||||||
|
if: type == cron
|
||||||
|
compiler: clang
|
||||||
|
env: TARGET=linux-glibc FLAGS="USE_SLZ=1 USE_PCRE2=1 USE_PCRE2_JIT=1 USE_LUA=1 USE_OPENSSL=1 USE_SYSTEMD=1 USE_WURFL=1 WURFL_INC=contrib/wurfl WURFL_LIB=contrib/wurfl USE_51DEGREES=1"
|
||||||
|
before_script:
|
||||||
|
- git clone http://git.1wt.eu/git/libslz.git/
|
||||||
|
- cd libslz && make && make PREFIX=${HOME}/opt install && cd ..
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- git clone https://github.com/VTest/VTest.git ../vtest
|
- git clone https://github.com/VTest/VTest.git ../vtest
|
||||||
|
|
Loading…
Reference in New Issue