Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 1.43 KB

File metadata and controls

31 lines (17 loc) · 1.43 KB

Appveyor Unity3d proof of concept

Build status

This is a proof of concept for using Microsoft's Unity Setup Powershell Module to install and run Unity in Appveyor CI to build and test a Unity project 🎉

This project is very similar to what I already did with gitlab-ci:

More details on game.ci

Project status

It's actually working! 🎉

Once I get UWP working, I will probably try to bring these scripts in gableroux/unity3d-gitlab-ci-example configured as shell (powershell) runners

Motivations

  • Get the cloud to build a UWP (Universal Windows Platform) Unity project and/or other windows only targets using a CI
  • Appveyor CI runs on windows so it's a better fit to reach more unity components (even tho I wish they were linux compatible meh)

Want to get in touch?

Come say hi on GameCI's discord server

License

MIT © Gabriel Le Breton