diff options
author | Haru <haru@dotalux.com> | 2017-08-09 00:27:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-09 00:27:35 +0200 |
commit | 248285d5a4be058b6abb40a9e31fff189bd2f598 (patch) | |
tree | 0b4035b6267ffe9dc107add4a5ea859eb587cae3 /tools | |
parent | 537b2bb3510f52eb9ccdee4f98e6061b5878bff0 (diff) | |
parent | a1a9ce04eeefb5ff00b2101732ef3f5e02d36093 (diff) | |
download | hercules-248285d5a4be058b6abb40a9e31fff189bd2f598.tar.gz hercules-248285d5a4be058b6abb40a9e31fff189bd2f598.tar.bz2 hercules-248285d5a4be058b6abb40a9e31fff189bd2f598.tar.xz hercules-248285d5a4be058b6abb40a9e31fff189bd2f598.zip |
Merge pull request #1816 from 4144/travis
Add into travis check for hpm update
Diffstat (limited to 'tools')
-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: { |