diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-10-04 16:52:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-05-18 18:34:04 +0300 |
commit | 5352acdeb91fa38251429e29456e868701e60d75 (patch) | |
tree | 73c3f984502a988255a7322476054da3802c37b4 /tools/ci | |
parent | ca487bd9ad26b3c7a0901f5a2bfc3b69a7aa8216 (diff) | |
download | hercules-5352acdeb91fa38251429e29456e868701e60d75.tar.gz hercules-5352acdeb91fa38251429e29456e868701e60d75.tar.bz2 hercules-5352acdeb91fa38251429e29456e868701e60d75.tar.xz hercules-5352acdeb91fa38251429e29456e868701e60d75.zip |
Diffstat (limited to 'tools/ci')
-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 f6c799934..7e524c887 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." |