cpp:
configure:
command:
- - "pushd pdns/dnsdistdist"
- - "sed -i '/^dist_man_MANS/d' Makefile.am"
- - "autoreconf -vi && ./configure"
- - "popd"
- - "pushd pdns/recursordist/"
- - "sed -i '/^dist_man_MANS/d' Makefile.am"
- - "autoreconf -vi && ./configure"
- - "popd"
- "sed -i 's/codedocs docs//' Makefile.am"
- "autoreconf -vi"
- "./configure --with-modules='bind gsqlite3 gmysql gpgsql ldap'"
index:
build_command:
- - "pushd pdns/dnsdistdist"
- - "make"
- - "popd"
- - "pushd pdns/recursordist"
- - "make"
- - "popd"
- "make"
python:
python_setup: