Skip to content
Snippets Groups Projects
Commit 00c35a5b authored by Marek Vavruša's avatar Marek Vavruša
Browse files

initial travis file

parent 403f3aa4
Branches
Tags
No related merge requests found
language: c
compiler:
- gcc
before_script:
- sudo apt-get update -q -y
- sudo apt-get install -q -y
git-core
pkg-config
flex
bison
libssl-dev
liburcu-dev
liblmdb-dev
libcmocka-dev
- git clone -b resolver_improvements https://github.com/CZNIC-Labs/knot.git
- cd knot
- autoreconf -if
- ./configure
- make
- sudo make install
- cd ..
- git clone https://github.com/libuv/libuv.git
- cd libuv
- sh autogen.sh
- ./configure
- make
- sudo make install
- sudo ldconfig
script:
- autoreconf -if
- ./configure
- make
- make check
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment