OpenRA / OpenRAModSDK

Software Development Kit for building your own games using the OpenRA engine.
http://www.openra.net
GNU General Public License v3.0
121 stars 68 forks source link

Test the Windows build with CI #168

Closed Mailaender closed 3 years ago

Mailaender commented 3 years ago

using @APpveyor

pchote commented 3 years ago

Considering that our outstanding plan is to move everything to github actions, is there any benefit to going (backwards?) to Appveyor?

Mailaender commented 3 years ago

If GitHub Actions supports Windows, then we don't need this. This is however easy to setup and very fast compared to Travis CI.

pchote commented 3 years ago

Its easy if you know how the github-appveyor integration works. I think that considering the plan to move to Github Actions asking modders to enable a service now only to remove it again on the (hopefully) next update is unnecessary disruption/churn, and updating our SDK docs to cover AppVeyor like we do for Travis isn't a good use of our time. This is best left to downstream mods who don't have to pay that maintenance cost.