mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- Fix .travis.yml error, missing 'env' option.
This commit is contained in:
parent
5f7d73ae88
commit
7fa2b19389
2 changed files with 3 additions and 0 deletions
|
|
@ -49,12 +49,14 @@ jobs:
|
||||||
name: Libevent, Clang on Linux, Amd64
|
name: Libevent, Clang on Linux, Amd64
|
||||||
compiler: clang
|
compiler: clang
|
||||||
arch: amd64
|
arch: amd64
|
||||||
|
env:
|
||||||
- TEST_LIBEVENT=yes
|
- TEST_LIBEVENT=yes
|
||||||
- CONFIG_OPTS="--with-libevent"
|
- CONFIG_OPTS="--with-libevent"
|
||||||
- os: osx
|
- os: osx
|
||||||
name: Libevent, Clang on OS X, Amd64
|
name: Libevent, Clang on OS X, Amd64
|
||||||
compiler: clang
|
compiler: clang
|
||||||
arch: amd64
|
arch: amd64
|
||||||
|
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/"
|
- CONFIG_OPTS="--with-ssl=/usr/local/opt/openssl/ --with-libevent=/usr/local/opt/libevent/"
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@
|
||||||
- Log warning when using outgoing-port-permit and outgoing-port-avoid
|
- Log warning when using outgoing-port-permit and outgoing-port-avoid
|
||||||
while explicit port randomisation is disabled.
|
while explicit port randomisation is disabled.
|
||||||
- Merge PR#194: Add libevent testing to Travis, by Jeffrey Walton.
|
- Merge PR#194: Add libevent testing to Travis, by Jeffrey Walton.
|
||||||
|
- Fix .travis.yml error, missing 'env' option.
|
||||||
|
|
||||||
16 March 2020: Wouter
|
16 March 2020: Wouter
|
||||||
- Fix #192: In the unbound-checkconf tool, the module config of
|
- Fix #192: In the unbound-checkconf tool, the module config of
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue