eXpl0it3r / Schiffbruch

Schiffbruch is a mix of building, strategy and adventure and gets played with a two-dimensional view.
Other
74 stars 11 forks source link

Replace AppVeyor with GitHub Actions #13

Closed eXpl0it3r closed 2 years ago

eXpl0it3r commented 3 years ago

With GitHub Action being nicely integrated into GitHub and support all the major platforms, it makes sense to migrate the AppVeyor script to GitHub Actions.

Can be done later / separately, after #12 / #11 are merged:

SimonHeimberg commented 2 years ago

See my suggestion of a github action in https://github.com/SimonHeimberg/tmp-test-schiffbruch/blob/master/.github/workflows/cmake.yml (I made a copy of the repo to be able to control actions. :hand_over_mouth: ) Linux build works with pr #11: https://github.com/SimonHeimberg/tmp-test-schiffbruch/actions/runs/2603383143 Windows build is prepared but disabled, since I do not know how to get the SFML dependencies.

SimonHeimberg commented 2 years ago

The pr above is the action linked in the comment above. It only works on linux (since I do not know how to get the SFML dependencies).

eXpl0it3r commented 2 years ago

Implemented with #15 and #17

Thanks for the release tidbits that made it into #17 🙂