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-06-14 19:57:45 +0300
commit95979b8d31a76d07d134f6c9a9b93df884c1e519 (patch)
treea64a24f7c41fd4ac8ba48f93852e42c90e1dc54c /tools/ci/travis.sh
parenta9b87e3968b0cf8de04c4eafa3adeda899736067 (diff)
downloadhercules-95979b8d31a76d07d134f6c9a9b93df884c1e519.tar.gz
hercules-95979b8d31a76d07d134f6c9a9b93df884c1e519.tar.bz2
hercules-95979b8d31a76d07d134f6c9a9b93df884c1e519.tar.xz
hercules-95979b8d31a76d07d134f6c9a9b93df884c1e519.zip
Remove useless parts from .gitlab-ci.yml
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."