mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-13 10:40:01 -04:00
added check|_curl enabler in right position in configure in Travis script
This commit is contained in:
parent
00cb1408ad
commit
e003353fe9
1 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ matrix:
|
|||
name: "monitoring-plugins/monitoring-plugins"
|
||||
description: "Monitoring Plugins"
|
||||
notification_email: team@monitoring-plugins.org
|
||||
build_command_prepend: tools/setup && ./configure --enable-check-curl
|
||||
build_command_prepend: tools/setup && ./configure
|
||||
build_command: make
|
||||
branch_pattern: coverity.*
|
||||
- compiler: "clang"
|
||||
|
|
@ -70,7 +70,7 @@ before_script:
|
|||
# Detect LDAP configuration (seems volatile on trusty env)
|
||||
- sed -e 's/cn=admin,dc=nodomain/'$(sudo /usr/sbin/slapcat|grep ^dn:|grep cn=|awk '{print $2}')'/' -i plugins/t/NPTest.cache.travis
|
||||
- tools/setup
|
||||
- ./configure --enable-libtap
|
||||
- ./configure --enable-libtap --enable-check-curl
|
||||
- make
|
||||
- export NPTEST_CACHE="$(pwd)/plugins/t/NPTest.cache.travis"
|
||||
- ssh-keygen -t dsa -N "" -f ~/.ssh/id_dsa
|
||||
|
|
|
|||
Loading…
Reference in a new issue