summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-10-04 16:52:00 +0300
committerAndrei Karas <akaras@inbox.ru>2019-06-26 21:14:21 +0300
commit46d0a65c65e95392a4a8ca5bf48c39f68b1faf29 (patch)
treef7c9a16e321d77df9c4bde07a7c86bad2cc07b3a /tools
parent6e0a2095a256ef72f56dbad1ea7fb90d9fd9e27b (diff)
downloadhercules-s20190819.tar.gz
hercules-s20190819.tar.bz2
hercules-s20190819.tar.xz
hercules-s20190819.zip
Remove useless parts from .gitlab-ci.ymls20190819r20190626
Diffstat (limited to 'tools')
-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."