Mousetrap.jl icon indicating copy to clipboard operation
Mousetrap.jl copied to clipboard

Add github workflow

Open ufechner7 opened this issue 2 years ago • 1 comments
trafficstars

While you have unit tests, they are not executed when creating or merging a pull request. Please add a workflow that:

  • runs the unit tests
  • checks the code coverage of the unit tests
  • builds the documentation preferably on Windows, Mac and Linux, but if its easier to make it work on one OS than start with that first.

ufechner7 avatar Oct 13 '23 12:10 ufechner7

I already cleaned up the build scripts so they now work on everything without restriction, the jll should be live in the next week, after which I can immediately register mousetrap with the Julia registry.

Once that's merged, installation is just add Mousetrap and CI should be fairly easy then. It is definitely planned next, thank you.

Clemapfel avatar Oct 13 '23 16:10 Clemapfel