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-08-11 21:22:05 +0300
commitdd89670d6be60433b0d329900d99d8b16e607e91 (patch)
tree9066ec3cf54a27f1552cae478c50e91e4951ebe4 /tools/ci/travis.sh
parent0788613ee2a134c697efcc4736f8d4272f33260e (diff)
downloadhercules-r20170918.tar.gz
hercules-r20170918.tar.bz2
hercules-r20170918.tar.xz
hercules-r20170918.zip
Remove useless parts from .gitlab-ci.ymlr20170918
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 633248a1a..2d8d58e40 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."