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>2019-02-11 22:37:02 +0300
commita22f0314308c1b44fe0b5431f31fbd2f32398ae0 (patch)
treec0d444bb1935fc92015780cf4da55c311a65deef /tools/ci/travis.sh
parent270a1d0fcecd573f1072d64a76ea554515dddf9a (diff)
downloadhercules-a22f0314308c1b44fe0b5431f31fbd2f32398ae0.tar.gz
hercules-a22f0314308c1b44fe0b5431f31fbd2f32398ae0.tar.bz2
hercules-a22f0314308c1b44fe0b5431f31fbd2f32398ae0.tar.xz
hercules-a22f0314308c1b44fe0b5431f31fbd2f32398ae0.zip
Remove useless parts from .gitlab-ci.ymls20190311r20190311rebased
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 fa7d5be93..2847335c1 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."