Ownasaurus / TAStm32

Console replay device utilizing a STM32F4
GNU General Public License v3.0
66 stars 14 forks source link

Start building TAStm32 under CI #23

Closed kevans91 closed 4 years ago

kevans91 commented 4 years ago

Now that the project has a Makefile, setup CI using Cirrus CI to test-build with GCC on both FreeBSD and Linux, the former being included mostly for testing environment diversity.

You can sign up at https://cirrus-ci.com/ and give them some access to the repository (it's not too invasive, IIRC) in order to see the results.

The build's also been switched to C11 in order to more closely match what's done via TrueSTUDIO.