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-01-16 22:09:33 +0300
commit1f8fca7e2397c60d3de2203daa2f09a19b68f972 (patch)
tree4d4ee4b7dbd0d8cee2fcca57c7bd410d1b25aaf8 /tools
parent70c90208ec137afe28711c7f2fa0a1f9cccc9464 (diff)
downloadhercules-r20180208.tar.gz
hercules-r20180208.tar.bz2
hercules-r20180208.tar.xz
hercules-r20180208.zip
Remove useless parts from .gitlab-ci.ymlr20180208
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."