c9s / r3

libr3 is a high-performance path dispatching library. It compiles your route paths into a prefix tree (trie). By using the constructed prefix trie in the start-up time, you may dispatch your routes with efficiency
http://c9s.github.com/r3/bench.html
MIT License
813 stars 83 forks source link

fix travisCI error #134

Closed zhiyong0804 closed 1 year ago

zhiyong0804 commented 4 years ago

fix travis CI failed case, with_pcre default value is empty and when with-jemalloc is set the withval is jemalloc, so cause pcre_config filled with invalid value

c9s commented 2 years ago

@zhiyong0804 Hi , could you rebase this branch for updating the status? thank you

bjosv commented 2 years ago

@c9s Do we still run TravisCI for this repo? Seem that many project moves from Travis to something else, like Github Actions, due to this. If we want to setup CI using Github then I could prepare a PR for that.

c9s commented 2 years ago

@bjosv anything that would work is great! :D

c9s commented 1 year ago

travis ci is not providing open source service any more, hence closing this one. thank you for the effort ...