FRC2706 / 2019-2706-Robot-Code

The main robot code for the FIRST 2019 challenge: Deep Space
MIT License
2 stars 0 forks source link

Add windows CI for azure #55

Closed KyleRAnderson closed 5 years ago

KyleRAnderson commented 5 years ago

Since the linux machine in CI uses a docker image to run the tests, it can behave a little funky.

This is why I thought it would be a good idea to run our tests on both windows without any emulation as well as using the emulated roboRIO platform.

We could add Mac OS but that seems pointless.

Summary of Changes

Testing Performed

Environment: Azure automated testing. The linux environment pulled the docker image correctly and actually ran the tests, the windows environment just pulled java and ran its tests too.