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>2017-07-25 22:56:52 +0300
commitad40552164a9a29f37c077a36a9368c8247c0e03 (patch)
tree5df69ccefef7846c16c57b522d21be8c2a5d3c06 /tools/ci/travis.sh
parentb8f6e0fd3459a9f2126e2b9289131e5c5f9813ce (diff)
downloadhercules-s20170810.tar.gz
hercules-s20170810.tar.bz2
hercules-s20170810.tar.xz
hercules-s20170810.zip
Remove useless parts from .gitlab-ci.ymls20170810
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 4ba7e94b5..5ccf13de8 100755
--- a/tools/ci/travis.sh
+++ b/tools/ci/travis.sh
@@ -119,6 +119,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."