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>2016-10-17 18:29:47 +0300
commit4146ba9e3a45540088ae996512fdcffd036f4fe5 (patch)
treec06c10072a25a5d2f577e51833a99c15a32c8283 /tools
parent4c6005e431f80d438879f60a87cf4c34ba230941 (diff)
downloadhercules-s20161024.tar.gz
hercules-s20161024.tar.bz2
hercules-s20161024.tar.xz
hercules-s20161024.zip
Remove useless parts from .gitlab-ci.ymls20161024
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 db1ea5315..b3929f1e2 100755
--- a/tools/ci/travis.sh
+++ b/tools/ci/travis.sh
@@ -101,6 +101,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."