summaryrefslogtreecommitdiff
path: root/tools/ci/travis.sh
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-10-04 16:52:00 +0300
committerAndrei Karas <akaras@inbox.ru>2019-04-22 19:56:55 +0300
commit41b5d5e9b6f14fd26197958aec29a02858dff299 (patch)
treeeda4c94645eca2090f3c3fab01369222e1b835cc /tools/ci/travis.sh
parentc33665bb453c93d74523958e226ee37cd5fa1ade (diff)
downloadhercules-s20190513.tar.gz
hercules-s20190513.tar.bz2
hercules-s20190513.tar.xz
hercules-s20190513.zip
Remove useless parts from .gitlab-ci.ymls20190513
Diffstat (limited to 'tools/ci/travis.sh')
-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 22f523bdf..baa5099c2 100755
--- a/tools/ci/travis.sh
+++ b/tools/ci/travis.sh
@@ -150,6 +150,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."