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-04-08 20:40:31 +0300
commitb5445b8122885fe8b1f7549f8e07301aa6c34acf (patch)
treed0f3f88b70247b751354b3777413ab542271052f /tools/ci/travis.sh
parent566a372787bab39a4e878281f6f67d82bcd5ae73 (diff)
downloadhercules-s20190422.tar.gz
hercules-s20190422.tar.bz2
hercules-s20190422.tar.xz
hercules-s20190422.zip
Remove useless parts from .gitlab-ci.ymls20190422
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."