Mobsya / aseba-target-thymio2

Thymio 2 firmware
8 stars 8 forks source link

Jenkinsfile using containerized MPLABX #34

Closed davidjsherman closed 6 years ago

davidjsherman commented 6 years ago

When combined with the CMake scripts in #29 and the Dockerfile in #31, this Jenkinsfile will compile the Thymio II firmware using the MPLABX xc16 compiler.

See the last successful build, which produces the firmware file aseba-target-thymio2.

It calls ctest in anticipation of future unit tests, although there are none defined so far.

davidjsherman commented 6 years ago

@mbonani @stephanemagnenat: If you merge #34 and #31, CI can test @cor3ntin's updates in #29 automatically

stephanemagnenat commented 6 years ago

@davidjsherman I let @mbonani maintain this repository, but if my help is needed, I'm available.