morse-simulator / morse

The Modular OpenRobots Simulation Engine
http://morse-simulator.github.io/
Other
350 stars 155 forks source link

Add Appveyor #812

Closed stephendade closed 5 years ago

stephendade commented 5 years ago

Now that #811 is merged into master, morse needs to be enabled on Appveyor to perform the builds and tests.

One of the repository admins will need to go to www.appveyor.com and configure the morse build (all defaults is fine). Happy to assist with the configuring :)

severin-lemaignan commented 5 years ago

The build seems to fail currently: https://ci.appveyor.com/project/severin-lemaignan/morse/builds/21827303

ImportError: No module named 'PyInstaller'
stephendade commented 5 years ago

Yep, I get that error too. I've fixed it now and put in a PR

stephendade commented 5 years ago

@severin-lemaignan - the Appveyor builds should work once my PR (#813) is applied.

stephendade commented 5 years ago

Ok, morse is building nicely in Appveyor now :)