diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-10-04 16:52:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-05-29 19:59:04 +0300 |
commit | 16ab2a9ec6f5be8927eeca667ff477086f5e2e8e (patch) | |
tree | b3308cdec5d039f219fa46043c21461b84308674 /tools/ci | |
parent | 02a432a5d53afbf4939f5ce4f67c379997d70865 (diff) | |
download | hercules-s20170605.tar.gz hercules-s20170605.tar.bz2 hercules-s20170605.tar.xz hercules-s20170605.zip |
Remove useless parts from .gitlab-ci.ymls20170605
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 9a6322df6..f20996263 100755 --- a/tools/ci/travis.sh +++ b/tools/ci/travis.sh @@ -119,6 +119,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." |