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-10-23 17:34:30 +0300
commit990a1b3d478f76cdd1ac766f8c362709ac75a6e5 (patch)
treeadbdb53b0d631ccc1098f0f7b2257132cc35df18 /tools
parentfa30c6d55af7c45830777e5a127698f32885e586 (diff)
downloadhercules-s20171107.tar.gz
hercules-s20171107.tar.bz2
hercules-s20171107.tar.xz
hercules-s20171107.zip
Remove useless parts from .gitlab-ci.ymls20171107
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."