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

build: bootstrap script + cache for faster rebuilds

parent c38b7c94
Branches
Tags
No related merge requests found
......@@ -13,7 +13,7 @@ before_script:
- pip install --user travis -r tests/pydnstest/requirements.txt
- pip install --user travis cpp-coveralls
script:
- autoreconf -i
- ./bootstrap
- ./configure --enable-integration-tests --enable-code-coverage
- make
- make check
......@@ -25,3 +25,4 @@ cache:
directories:
- ${HOME}/fakeroot
- ${HOME}/.pip-cache
- .autom4te.cache
#!/bin/sh
set -e
aclocal -I m4 --install
libtoolize --copy
autoheader
automake --copy --add-missing
autoconf
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