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>2018-05-18 18:34:04 +0300
commit5352acdeb91fa38251429e29456e868701e60d75 (patch)
tree73c3f984502a988255a7322476054da3802c37b4 /tools/ci/travis.sh
parentca487bd9ad26b3c7a0901f5a2bfc3b69a7aa8216 (diff)
downloadhercules-5352acdeb91fa38251429e29456e868701e60d75.tar.gz
hercules-5352acdeb91fa38251429e29456e868701e60d75.tar.bz2
hercules-5352acdeb91fa38251429e29456e868701e60d75.tar.xz
hercules-5352acdeb91fa38251429e29456e868701e60d75.zip
Remove useless parts from .gitlab-ci.ymls20180614r20180518
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 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."