]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- travis build file.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 18 Apr 2019 09:30:35 +0000 (09:30 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 18 Apr 2019 09:30:35 +0000 (09:30 +0000)
git-svn-id: file:///svn/unbound/trunk@5162 be551aaa-1e26-0410-a405-d3ace91eadb9

.travis.yml [new file with mode: 0644]
doc/Changelog

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..fd9a488
--- /dev/null
@@ -0,0 +1,17 @@
+sudo: false
+language: c
+compiler:
+  - gcc
+addons:
+  apt:
+    packages:
+    - openssl-dev
+    - libevent-dev
+    - libexpat-dev
+    - clang
+script:
+  - ./configure --enable-debug
+  - make
+  - make test
+  - cd testcode
+  - ../testcode/mini_tdir.sh exe clang-analysis.tdir
index c006326a2b63ff3a03c797201c76a32b08f1957b..851147af71db0a302b6d1f197067e7b93354781b 100644 (file)
@@ -1,3 +1,6 @@
+18 April 2019: Wouter
+       - travis build file.
+
 16 April 2019: Wouter
        - Better braces in if statement in TCP fastopen code.
        - iana portlist updated.