mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
Travis, use config opts when testing on OSX.
This commit is contained in:
parent
0894f059a1
commit
0e1d64de94
1 changed files with 2 additions and 2 deletions
|
|
@ -65,7 +65,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
- TEST_OSX=yes
|
- TEST_OSX=yes
|
||||||
- TEST_LIBEVENT=yes
|
- TEST_LIBEVENT=yes
|
||||||
- CONFIG_OPTS="--with-ssl=/usr/local/opt/openssl --with-libevent=/usr/local/opt/libevent --with-libexpat=/usr/local/opt/expat"
|
- CONFIG_OPTS="--disable-flto --with-ssl=/usr/local/opt/openssl --with-libevent=/usr/local/opt/libevent --with-libexpat=/usr/local/opt/expat"
|
||||||
- HOMEBREW_NO_AUTO_UPDATE=1
|
- HOMEBREW_NO_AUTO_UPDATE=1
|
||||||
- os: linux
|
- os: linux
|
||||||
name: UBsan, GCC on Linux, Amd64
|
name: UBsan, GCC on Linux, Amd64
|
||||||
|
|
@ -363,7 +363,7 @@ script:
|
||||||
make -j 2
|
make -j 2
|
||||||
make install
|
make install
|
||||||
elif [ "$TEST_OSX" = "yes" ]; then
|
elif [ "$TEST_OSX" = "yes" ]; then
|
||||||
./configure --enable-debug --disable-flto --with-ssl=/usr/local/opt/openssl
|
./configure ${CONFIG_OPTS}
|
||||||
make -j 2
|
make -j 2
|
||||||
make test
|
make test
|
||||||
if [ "$TEST_ANALYZER" = "yes" ]; then
|
if [ "$TEST_ANALYZER" = "yes" ]; then
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue