diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-10-04 16:52:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-12-26 00:58:16 +0300 |
commit | 5c1e9bea40e7cb7d5ec3e1ccbf98f114be9eb58d (patch) | |
tree | 3f5a1837fc1740cbf6a16724003e69a20d571fd6 /tools | |
parent | 0e25c87993ce303a9a8aa62109790b43a47a0183 (diff) | |
download | hercules-s20180116.tar.gz hercules-s20180116.tar.bz2 hercules-s20180116.tar.xz hercules-s20180116.zip |
Remove useless parts from .gitlab-ci.ymls20180116
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 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." |