-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path.travis.yml
44 lines (40 loc) · 827 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# validator https://config.travis-ci.com/explore
language: c
jobs:
include:
- os: linux
dist: bionic
env: DISTRIB=bionic
- os: linux
dist: xenial
env: DISTRIB=xenial
addons:
apt:
packages:
- build-essential
- git
- dnsutils
- iptables
- iptables-persistent
- netfilter-persistent
- libnetfilter-queue-dev
- libnetfilter-queue1
- libnfnetlink-dev
- libnfnetlink0
- bind9
- nghttp2
- redis-server
- jq
before_install:
- bash ./tests/before_tests.sh
- sudo bash ./tests/before_install.sh
install:
- make
- make dns
- sudo make install
script:
- sudo bash ./tests/after_install.sh
- bash ./tests/after_tests.sh
- make dns_categorify
- sudo make install
- bash ./tests/after_tests.sh