]> granicus.if.org Git - pdns/commitdiff
Add travis-ci build support.
authorRuben d'Arco <cyclops@prof-x.net>
Thu, 28 Feb 2013 20:30:15 +0000 (21:30 +0100)
committermind04 <mind04@monshouwer.org>
Fri, 12 Jul 2013 15:22:04 +0000 (17:22 +0200)
.travis.yml

index 2fe8290da845e82b1eb91c1cf3b93f7b7f03b1ca..56cb3d50338ec04b277dd0cd058ead2e051dd8f7 100644 (file)
@@ -8,7 +8,7 @@ before_script:
  - sudo restart mysql
 script:
  - ./bootstrap
- - ./configure --with-modules='gmysql tinydns random' --with-sqlite3 --enable-unit-tests
+ - ./configure --with-modules='gmysql mydns tinydns random' --with-sqlite3 --enable-unit-tests
  - make dist
  - make -j 4
  - cd pdns
@@ -18,6 +18,7 @@ script:
  - make
  - cd ../../regression-tests
  - touch verify-dnssec-zone/skip
+ - ./start-test-stop 5300 gmysql-nsec3-narrow
  - ./start-test-stop 5300 bind
  - ./start-test-stop 5300 bind-presigned
  - ./start-test-stop 5300 bind-dnssec
@@ -35,7 +36,15 @@ script:
  - ./start-test-stop 5300 gmysql-nsec3-optout
  - ./start-test-stop 5300 gmysql-nsec3-optout-presigned 
  - ./start-test-stop 5300 gmysql-nsec3-narrow
- - ./start-test-stop 5300 tinydns 
+ - ./start-test-stop 5300 tinydns
+ - ./start-test-stop 5300 mydns
+ - ./start-test-stop 5300 gmysql nowait 3600
+ - ./start-test-stop 5300 gmysql-presigned nowait 3600
+ - ./start-test-stop 5300 gmysql-nsec3 nowait 3600
+ - ./start-test-stop 5300 gmysql-nsec3-presigned nowait 3600
+ - ./start-test-stop 5300 gmysql-nsec3-narrow nowait 3600
+ - ./start-test-stop 5300 gmysql-nsec3-optout nowait 3600
+ - ./start-test-stop 5300 gmysql-nsec3-optout-presigned nowait 3600
  - cd ../regression-tests.nobackend/
  - ./runtests
  - test ! -s ./failed_tests