jvm-profiling-tools / honest-profiler

A sampling JVM profiler without the safepoint sample bias
https://github.com/RichardWarburton/honest-profiler/wiki
MIT License
1.25k stars 146 forks source link

Setup Travis CI job to test PRs #144

Closed vlsi closed 6 years ago

vlsi commented 8 years ago

Travis might be a good approach to cope with regression testing, publishing build results, etc

RichardWarburton commented 8 years ago

I like it - I've not tried building native code with travis though.

nitsanw commented 7 years ago

We could take note from async-profiler which has this setup. Would also be good to run a MacOS build.

RichardWarburton commented 7 years ago

Yeah, that's a pretty good idea. Especially since my trust for people not breaking the build is too high.

nitsanw commented 7 years ago

slightly stupid here, looks like the config file is here and all, just need to update Travis

nitsanw commented 7 years ago

Enabled now: https://travis-ci.org/jvm-profiling-tools/honest-profiler

ikavalio commented 7 years ago

Hey guys, I committed travis config some time ago to test agent on oldest gcc/clang versions available at that time. I believe OS X specific settings might need some refactoring.