summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-02-10 09:43:16 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-02-10 09:43:16 +0000
commit61524c58020d03b22e750e8bf7a1871acbfdb8c0 (patch)
tree8761969b2a8fef51432c6b2f5a796a99acffddc1 /.travis.yml
parentReleasing debian version 0.2.0-2. (diff)
downloaddnswire-61524c58020d03b22e750e8bf7a1871acbfdb8c0.tar.xz
dnswire-61524c58020d03b22e750e8bf7a1871acbfdb8c0.zip
Merging upstream version 0.3.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml27
1 files changed, 0 insertions, 27 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index ab8d004..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,27 +0,0 @@
-dist: xenial
-addons:
- apt:
- sources:
- - sourceline: 'ppa:dns-oarc/dsc-pr'
- update: true
- packages:
- - protobuf-c-compiler
- - libprotobuf-c-dev
- - libuv1-dev
- - libtinyframe-dev
-language: c
-compiler:
- - clang
- - gcc
-install: ./autogen.sh
-script:
- - ./configure --enable-warn-all
- - make dist
- - tar zxvf *.tar.gz
- - cd dnswire-[0-9]*
- - mkdir build
- - cd build
- - ../configure --enable-warn-all
- - make
- - make test
- - cat src/test/test*.sh.log