forked from PowerDNS/pdns
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
some testscript cleanups; add travis-ci configuration. Thanks Kees&Ru…
…ben. Closes PowerDNS#730 git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@3151 d19b8d6e-7fed-0310-83ef-9ca221ded41b
- Loading branch information
Peter van Dijk
committed
Apr 8, 2013
1 parent
eedb8b1
commit 7b8f4fc
Showing
4 changed files
with
48 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
language: cpp | ||
compiler: | ||
- gcc | ||
before_script: | ||
- sudo apt-get update -qq | ||
- sudo apt-get install -qq libboost-all-dev libtolua-dev bc libcdb-dev libnet-dns-perl ldnsutils dnsutils | ||
script: | ||
- ./bootstrap | ||
- ./configure --with-modules='gmysql' --with-sqlite3 | ||
- make -j 4 | ||
- cd regression-tests | ||
- touch verify-dnssec-zone/skip | ||
- ./start-test-stop 5300 bind | ||
- ./start-test-stop 5300 bind-presigned | ||
- ./start-test-stop 5300 bind-dnssec | ||
- ./start-test-stop 5300 bind-dnssec-presigned | ||
- ./start-test-stop 5300 bind-dnssec-nsec3 | ||
- ./start-test-stop 5300 bind-dnssec-nsec3-presigned | ||
- ./start-test-stop 5300 bind-dnssec-nsec3-optout | ||
- ./start-test-stop 5300 bind-dnssec-nsec3-optout-presigned | ||
- ./start-test-stop 5300 gmysql-nodnssec | ||
- ./start-test-stop 5300 gmysql-nodnssec-presigned | ||
- ./start-test-stop 5300 gmysql | ||
- ./start-test-stop 5300 gmysql-presigned | ||
- ./start-test-stop 5300 gmysql-nsec3 | ||
- ./start-test-stop 5300 gmysql-nsec3-presigned | ||
- ./start-test-stop 5300 gmysql-nsec3-optout | ||
- ./start-test-stop 5300 gmysql-nsec3-optout-presigned | ||
- ./start-test-stop 5300 gmysql-nsec3-narrow | ||
notifications: | ||
irc: | ||
channels: | ||
- "irc.oftc.net#powerdns-dev" | ||
use_notice: true | ||
skip_join: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/sh -e | ||
#!/bin/bash -e | ||
set pipefail | ||
rm -f trustedkeys | ||
rm -f unbound-host.conf | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters