diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-10-04 16:52:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-05-03 23:41:31 +0300 |
commit | c333354fec1fbf66a7da9e9a97eec391f576810e (patch) | |
tree | f00d8ba7cd694428548f6c417e0a97077400bb73 /tools | |
parent | 6bba0e6b9b4dd27d197b4cd6ac5cd6067d8e6552 (diff) | |
download | hercules-r20180503.tar.gz hercules-r20180503.tar.bz2 hercules-r20180503.tar.xz hercules-r20180503.zip |
Remove useless parts from .gitlab-ci.ymlr20180503
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 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." |