diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-10-04 16:52:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-01-23 19:48:27 +0300 |
commit | 5e1e46d88ad3c657f7be328a26b4ec3afef8b33f (patch) | |
tree | c5133574a67f8787d59284357132d0affa9eb5f3 /tools | |
parent | 900c114752431151ac3de9d657bdca212ab41fae (diff) | |
download | hercules-5e1e46d88ad3c657f7be328a26b4ec3afef8b33f.tar.gz hercules-5e1e46d88ad3c657f7be328a26b4ec3afef8b33f.tar.bz2 hercules-5e1e46d88ad3c657f7be328a26b4ec3afef8b33f.tar.xz hercules-5e1e46d88ad3c657f7be328a26b4ec3afef8b33f.zip |
Remove useless parts from .gitlab-ci.ymlr20190123
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/ci/travis.sh | 1 |
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." |