2019-04-30 10:33:36 +00:00
|
|
|
FreeBSD_task:
|
|
|
|
freebsd_instance:
|
2019-12-26 08:37:36 +00:00
|
|
|
matrix:
|
2022-09-08 16:45:16 +00:00
|
|
|
image_family: freebsd-13-1
|
2019-10-27 15:16:29 +00:00
|
|
|
only_if: $CIRRUS_BRANCH =~ 'master|next'
|
2019-12-26 08:37:36 +00:00
|
|
|
install_script:
|
2021-04-14 16:47:34 +00:00
|
|
|
- pkg update -f && pkg upgrade -y && pkg install -y openssl git gmake lua53 socat pcre
|
2019-04-30 10:33:36 +00:00
|
|
|
script:
|
2021-05-15 06:46:15 +00:00
|
|
|
- scripts/build-vtest.sh
|
2020-02-11 08:20:32 +00:00
|
|
|
- gmake CC=clang V=1 ERR=1 TARGET=freebsd USE_ZLIB=1 USE_PCRE=1 USE_OPENSSL=1 USE_LUA=1 LUA_INC=/usr/local/include/lua53 LUA_LIB=/usr/local/lib LUA_LIB_NAME=lua-5.3
|
2019-04-30 10:33:36 +00:00
|
|
|
- ./haproxy -vv
|
|
|
|
- ldd haproxy
|
2020-06-27 06:06:10 +00:00
|
|
|
- env VTEST_PROGRAM=../vtest/vtest gmake reg-tests REGTESTS_TYPES=default,bug,devel || (for folder in /tmp/*regtest*/vtc.*; do cat $folder/INFO $folder/LOG; done && exit 1)
|