summaryrefslogtreecommitdiff
path: root/tools/ci/travis.sh
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-10-04 16:52:00 +0300
committerAndrei Karas <akaras@inbox.ru>2019-05-14 00:59:22 +0300
commit0bca5c6466895fa228dc0039f04a8cfabef6fe3e (patch)
tree8f8d2052ce7f5b200afb97350506e0f96c07d970 /tools/ci/travis.sh
parenteddea7c2c8e872b01d40ab2d74a421e029e2acce (diff)
downloadhercules-s20190626.tar.gz
hercules-s20190626.tar.bz2
hercules-s20190626.tar.xz
hercules-s20190626.zip
Remove useless parts from .gitlab-ci.ymls20190626r20190513
Diffstat (limited to 'tools/ci/travis.sh')
-rwxr-xr-xtools/ci/travis.sh1
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."