summaryrefslogtreecommitdiff
path: root/tools/ci
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-10-04 16:52:00 +0300
committerAndrei Karas <akaras@inbox.ru>2019-03-11 21:55:00 +0300
commit48e0fdd1b263bfab2c1c3dca9ce7b8e611bbe7a9 (patch)
treeb5f6d45d30f57fd6a8e0abf98d6ff5b1511447d4 /tools/ci
parent2dc11499b62829a99ea04dbf058e59e1257608a6 (diff)
downloadhercules-48e0fdd1b263bfab2c1c3dca9ce7b8e611bbe7a9.tar.gz
hercules-48e0fdd1b263bfab2c1c3dca9ce7b8e611bbe7a9.tar.bz2
hercules-48e0fdd1b263bfab2c1c3dca9ce7b8e611bbe7a9.tar.xz
hercules-48e0fdd1b263bfab2c1c3dca9ce7b8e611bbe7a9.zip
Remove useless parts from .gitlab-ci.ymls20190408r20190408
Diffstat (limited to 'tools/ci')
-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."