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>2018-04-06 20:33:16 +0300
commitffdb0a83a24f20301cba68af220c45b2caf7f772 (patch)
tree7e5ecc9f7a5caa8eafe7f0718ddd09f2c7e3cf90 /tools
parente974c5085b6f4725d2232aec7f188c029ba3c1b7 (diff)
downloadhercules-r20180406.tar.gz
hercules-r20180406.tar.bz2
hercules-r20180406.tar.xz
hercules-r20180406.zip
Remove useless parts from .gitlab-ci.ymls20180417r20180406
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 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."