SFTtech / nyan

Typesafe hierarchical key-value database with inheritance and dynamic patching :smiley_cat:
Other
208 stars 29 forks source link

Wholesome CI (Win/Mac) #74

Open simonsan opened 4 years ago

simonsan commented 4 years ago

With the amount of upcoming changes we probably should add a .travis.yml as a temporary solution (as long as our own solutions aren't ready) to check if nyan is building on MacOSX. In addition I would also propose to use appveyor (and integrate it next to Kevin and Travis) to check PRs for win32/64.

For sure this is not the cleanest solution, but it is better than not having any CI for both platforms and fight against broken builds.

Update: With Github Workflows and Actions we could get away from Travis and Appveyor also here (SFTtech/openage#1196).

simonsan commented 4 years ago

We can use MSYS2 (#80) on a Windows Github Workflow, which might be much easier to setup.