Skip to content

Commit ff2ba49

Browse files
SoapGentooerikd
authored andcommitted
Add Travis config
1 parent a172af3 commit ff2ba49

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
language: c
2+
3+
sudo: required
4+
dist: trusty
5+
6+
before_install:
7+
- sudo add-apt-repository ppa:ondrej/autotools -y # automake 1.15
8+
- sudo add-apt-repository ppa:cz.nic-labs/knot-dns -y # pkg-config 0.29.2
9+
- sudo apt-get update
10+
- sudo apt-get install -y autoconf automake-1.15 pkg-config m4 libsndfile-dev libfftw3-dev libasound2-dev
11+
12+
script:
13+
- ./autogen.sh
14+
- ./configure
15+
- make distcheck

0 commit comments

Comments
 (0)