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-03-13 20:48:57 +0300
commit82d7d12bdff4fb5d3fae7aa8b0beda90f1469712 (patch)
treec2c86f2448d55c722dfa31d93c371dcea36bc224 /tools
parent314d5e8af599bbd7e4184a1e388d1159b6545a5b (diff)
downloadhercules-82d7d12bdff4fb5d3fae7aa8b0beda90f1469712.tar.gz
hercules-82d7d12bdff4fb5d3fae7aa8b0beda90f1469712.tar.bz2
hercules-82d7d12bdff4fb5d3fae7aa8b0beda90f1469712.tar.xz
hercules-82d7d12bdff4fb5d3fae7aa8b0beda90f1469712.zip
Remove useless parts from .gitlab-ci.ymls20180406r20180313
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."