morse-simulator / morse

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

Build - tests now run on Windows #809

Closed stephendade closed 5 years ago

stephendade commented 5 years ago

Another Windows compatibility patch, this time to allow running of the tests.

Takes around 30min to run through them all, results here: morseouttest.txt

Most (73%) tests pass. The ones that fail are either due to missing middleware (ros, etc) on my computer or some yaw errors - I'm curious if this also occurs under Linux.

severin-lemaignan commented 5 years ago

Thanks for working on this! Have you looked into added Continuous Integration on Windows as well (as we do with Travis for Linux?) -- AppVeyor https://www.appveyor.com/ is one that I know that provides integration with GitHub. If you do so, please create a PR to add the AppVeyor badge to the README.

stephendade commented 5 years ago

Thanks for working on this! Have you looked into added Continuous Integration on Windows as well (as we do with Travis for Linux?) -- AppVeyor https://www.appveyor.com/ is one that I know that provides integration with GitHub. If you do so, please create a PR to add the AppVeyor badge to the README.

My thoughts exactly :) Should be done soon.