summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-07-17 07:11:12 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-07-17 07:11:12 +0000
commitb72837827d9290c7ec50b9e4b9e1a0f194ddccca (patch)
tree8df663325413d0f92086d740638555de6b779df7 /.travis.yml
parentAdding upstream version 1.1.0+debian. (diff)
downloaddnsjit-upstream/1.2.1.tar.xz
dnsjit-upstream/1.2.1.zip
Adding upstream version 1.2.1.upstream/1.2.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml29
1 files changed, 0 insertions, 29 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index d831324..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,29 +0,0 @@
-dist: xenial
-addons:
- apt:
- update: true
- packages:
- - libluajit-5.1-dev
- - libpcap-dev
- - luajit
- - liblmdb-dev
- - libck-dev
- - libgnutls28-dev
- - libuv1-dev
- - libnghttp2-dev
-language: c
-compiler:
- - clang
- - gcc
-install: ./autogen.sh
-script:
- - ./configure --enable-warn-all
- - make dist
- - tar zxvf *.tar.gz
- - cd dnsjit-[0-9]*
- - mkdir build
- - cd build
- - ../configure --enable-warn-all
- - make
- - make test
- - cat src/test/test*.sh.log