asrob-uc3m / robotDevastation

A new-generation shooter with augmented reality and real robots. You can play online with other users with your PC, moving robots in championships and campaigns: all 24/7!
http://asrob-uc3m.github.io/workgroups/2017-05-28-robot-devastation.html
GNU Lesser General Public License v2.1
9 stars 4 forks source link

Add AppVeyor support (Windows CI builds) #94

Closed PeterBowman closed 7 years ago

PeterBowman commented 7 years ago

Blocked by #87.

PeterBowman commented 7 years ago

This is currently WIP: https://ci.appveyor.com/project/asrob-uc3m/robotdevastation.

PeterBowman commented 7 years ago

Mostly done, all libraries + tests compile and run successfully. Additionally, this issue resulted in adding a new repo to asrob-uc3m: https://github.com/asrob-uc3m/ZBar. There is one caveat about AppVeyor I should remark here: we are allowed to run only one job simultaneously (on the other hand, Travis CI seems to be limited by the system load). This is especially noticeable when starting multiple jobs per build and ultimatelly may result in much larger delays in code deploy than we were used to with Travis.

PeterBowman commented 7 years ago

Done at 3a7b908.