diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-10-04 16:52:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-11-29 19:29:21 +0300 |
commit | 3c754c1566f48f2f820f18010a6f8e8316741963 (patch) | |
tree | ac49268cced76fe4760c5ae4d710c165c9d56d72 /tools/ci | |
parent | 9e521da5fcc2af7f7e2874ab9852e8c1e711131f (diff) | |
download | hercules-r20171226.tar.gz hercules-r20171226.tar.bz2 hercules-r20171226.tar.xz hercules-r20171226.zip |
Remove useless parts from .gitlab-ci.ymlr20171226
Diffstat (limited to 'tools/ci')
-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 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." |