Skip to content

Commit

Permalink
travis: Build the rec with Botan and libsodium
Browse files Browse the repository at this point in the history
  • Loading branch information
rgacogne committed Oct 6, 2017
1 parent 13f34f2 commit 18a93d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build-scripts/travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,8 @@ build_recursor() {
run "cd pdns-recursor-*"
run "CFLAGS='-O1' CXXFLAGS='-O1' CXX=${COMPILER} ./configure \
--prefix=$PDNS_RECURSOR_DIR \
--enable-botan \
--enable-libsodium \
--enable-unit-tests \
--disable-silent-rules"
run "make -k -j3"
Expand Down Expand Up @@ -570,6 +572,7 @@ run "sudo apt-get -qq --no-install-recommends install \
liblua5.1-dev \
libedit-dev \
libprotobuf-dev \
libbotan1.10-dev \
pandoc\
protobuf-compiler"

Expand Down

0 comments on commit 18a93d3

Please sign in to comment.