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>2017-12-26 00:55:51 +0300
commit84048af2ca968419a93e9c03d02bbe97f9c1ee39 (patch)
tree3875fcfe45fb0ba32b6a4500d89349e209fb47a2 /tools/ci
parent8820b914bfcfb7d723984abacc9528acb99352a4 (diff)
downloadhercules-84048af2ca968419a93e9c03d02bbe97f9c1ee39.tar.gz
hercules-84048af2ca968419a93e9c03d02bbe97f9c1ee39.tar.bz2
hercules-84048af2ca968419a93e9c03d02bbe97f9c1ee39.tar.xz
hercules-84048af2ca968419a93e9c03d02bbe97f9c1ee39.zip
Remove useless parts from .gitlab-ci.ymlr20180116
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 cc1f15ee8..25aaa368d 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."