]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
First CI with travis
authorWillem Toorop <willem@nlnetlabs.nl>
Mon, 24 Jun 2019 13:02:18 +0000 (15:02 +0200)
committerWillem Toorop <willem@nlnetlabs.nl>
Mon, 24 Jun 2019 13:02:18 +0000 (15:02 +0200)
.gitmodules
test/test_ci.sh
test/tpkg [new submodule]

index c834c27392457819f5cb464f9ab2f1a9562b45f6..1cf9c05a3b43bf8a6085dcfbaf1f9f090cf01a43 100644 (file)
@@ -1,3 +1,6 @@
 [submodule "contrib/DNS-LDNS"]
        path = contrib/DNS-LDNS
        url = https://github.com/wtoorop/DNS-LDNS
+[submodule "test/tpkg"]
+       path = test/tpkg
+       url = https://github.com/NLnetLabs/tpkg.git
index 14fd6c1daad1adf69badbb4e462d467e36f1e7d6..4bd0e6f99885748cb565a16852b61fa5af158ad0 100755 (executable)
@@ -24,6 +24,7 @@ then
         elif [ -x $HOME/local/bin/tpkg ]; then TPKG=$HOME/local/bin/tpkg
         elif [ -x /home/tpkg/bin/tpkg ]        ; then TPKG=/home/tpkg/bin/tpkg
         elif [ -x ../tpkg/tpkg ]       ; then TPKG=../tpkg/tpkg
+        elif [ -x test/tpkg/tpkg ]     ; then TPKG=testtpkg/tpkg
         else
                 echo Did not find tpkg program!
                 exit -1
diff --git a/test/tpkg b/test/tpkg
new file mode 160000 (submodule)
index 0000000..ba58d3b
--- /dev/null
+++ b/test/tpkg
@@ -0,0 +1 @@
+Subproject commit ba58d3bb9a3a0c4940f2fb52bfc75dc4df56cc8d