Hpmason / retour-rs

A cross-platform detour library written in Rust
Other
99 stars 18 forks source link

Gh actions #4

Closed Hpmason closed 1 year ago

Hpmason commented 1 year ago

Addresses #2

After lots of testing and rebuilds, we have a working CI system.

Some of the current complications:

  1. MacOS tests fail. Not sure if a CI environment issue or if the library is just failing on MacOS
  2. Linux musl target not implemented. I don't know enough at musl, so I'll need to do more research/testing to get those CI tests working.