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>2017-11-07 18:36:51 +0300
commit6646ec1bd852ee3a59bf025dfc438a8cc92b754f (patch)
tree3e07c57443742fede32512d4fe784d865099329a /tools
parent7801b3be9f4785f0d7fa7365d27b71d7c37e6c82 (diff)
downloadhercules-6646ec1bd852ee3a59bf025dfc438a8cc92b754f.tar.gz
hercules-6646ec1bd852ee3a59bf025dfc438a8cc92b754f.tar.bz2
hercules-6646ec1bd852ee3a59bf025dfc438a8cc92b754f.tar.xz
hercules-6646ec1bd852ee3a59bf025dfc438a8cc92b754f.zip
Remove useless parts from .gitlab-ci.ymls20171129
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 cc1f15ee8..25aaa368d 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."