pynbody / genetIC

The GM initial conditions generator
GNU General Public License v3.0
21 stars 8 forks source link

Move from Travis to GitHub actions for CI #88

Closed cphyc closed 3 years ago

cphyc commented 3 years ago

The Travis CI seems broken due to it relying on an old version of Ubuntu (14.04.5 LTS). In addition, Travis recently announced it was ending its support for open-source projects (we can still run, but with limited CI time).

This PR proposes to move the CI to Github Actions, with the additional benefit of allowing to test compilation on MacOS as well.