diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-10-04 16:52:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-03-11 21:55:00 +0300 |
commit | 48e0fdd1b263bfab2c1c3dca9ce7b8e611bbe7a9 (patch) | |
tree | b5f6d45d30f57fd6a8e0abf98d6ff5b1511447d4 /tools | |
parent | 2dc11499b62829a99ea04dbf058e59e1257608a6 (diff) | |
download | hercules-s20190408.tar.gz hercules-s20190408.tar.bz2 hercules-s20190408.tar.xz hercules-s20190408.zip |
Diffstat (limited to 'tools')
-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 22f523bdf..baa5099c2 100755 --- a/tools/ci/travis.sh +++ b/tools/ci/travis.sh @@ -150,6 +150,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." |