diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-10-04 16:52:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-09-25 02:09:48 +0300 |
commit | 54d782ec661957ecb6f158dff156c4040f4ba2e9 (patch) | |
tree | 280eddd5fdf67b84f17050ab5e516536fec6a7b0 /tools/ci/travis.sh | |
parent | e0c59f8375852875336bdbc016f24c7cd4cf5e3b (diff) | |
download | hercules-54d782ec661957ecb6f158dff156c4040f4ba2e9.tar.gz hercules-54d782ec661957ecb6f158dff156c4040f4ba2e9.tar.bz2 hercules-54d782ec661957ecb6f158dff156c4040f4ba2e9.tar.xz hercules-54d782ec661957ecb6f158dff156c4040f4ba2e9.zip |
Diffstat (limited to 'tools/ci/travis.sh')
-rwxr-xr-x | tools/ci/travis.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/ci/travis.sh b/tools/ci/travis.sh index fa7d5be93..2847335c1 100755 --- a/tools/ci/travis.sh +++ b/tools/ci/travis.sh @@ -144,6 +144,7 @@ case "$MODE" in ;; build) (cd tools && ./validateinterfaces.py silent) || aborterror "Interface validation error." + autoreconf ./configure $@ || (cat config.log && aborterror "Configure error, aborting build.") make -j3 || aborterror "Build failed." make plugins -j3 || aborterror "Build failed." |