gostevehoward / confseq

Confidence sequences and uniform boundaries
MIT License
54 stars 3 forks source link

Set up github actions #5

Closed WannabeSmith closed 3 years ago

WannabeSmith commented 3 years ago

Set up continuous integration via gh actions. Currently this only runs on the latest ubuntu.

I also needed to add #include <memory> to unform_boundaries.h since installation seems to fail on some linux distros without it (works fine on macos with/without it though).

gostevehoward commented 3 years ago

Looks good to me, thanks! Did you close it because you're going to do it a different way?

WannabeSmith commented 3 years ago

Oops, I renamed my branch, and didn't realize it would close this. Everything should be back to normal now.