diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-08-08 21:17:52 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-08-08 23:48:52 +0300 |
commit | 7255abb636e3a2e4fc06ec5f51ed8750bb48f408 (patch) | |
tree | 5040c45584bd486ccf1e9f762a8b1d43cd2fb32b /tools/ci | |
parent | 537b2bb3510f52eb9ccdee4f98e6061b5878bff0 (diff) | |
download | hercules-7255abb636e3a2e4fc06ec5f51ed8750bb48f408.tar.gz hercules-7255abb636e3a2e4fc06ec5f51ed8750bb48f408.tar.bz2 hercules-7255abb636e3a2e4fc06ec5f51ed8750bb48f408.tar.xz hercules-7255abb636e3a2e4fc06ec5f51ed8750bb48f408.zip |
Check in travis if regenerated hpm code can be compiled.
Also reduce number of packets to install in travis.
Diffstat (limited to 'tools/ci')
-rwxr-xr-x | tools/ci/travis.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/ci/travis.sh b/tools/ci/travis.sh index 4ba7e94b5..633248a1a 100755 --- a/tools/ci/travis.sh +++ b/tools/ci/travis.sh @@ -125,6 +125,11 @@ case "$MODE" in make plugin.script_mapquit -j3 || aborterror "Build failed." make test || aborterror "Build failed." ;; + buildhpm) + ./configure $@ || (cat config.log && aborterror "Configure error, aborting build.") + cd tools/HPMHookGen + make + ;; test) cat > conf/travis_sql_connection.conf << EOF sql_connection: { |