gergelytakacs / AutomationShield

Arduino library and MATLAB/Simulink API for the AutomationShield Arduino expansion boards for control engineering education.
Other
38 stars 16 forks source link

Travis CI: More advanced Arduino? #164

Open gergelytakacs opened 5 years ago

gergelytakacs commented 5 years ago

The tests in Travis currently just see if the *.ino files build. Would be possible to write a test more complex than this one?

issue-label-bot[bot] commented 5 years ago

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.95. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

gergelytakacs commented 5 years ago

PlatformIO allows for remote device testing and CI using this feature! Sound awesome, might be not even worth the hassle. See more here: https://docs.platformio.org/en/latest/plus/pio-remote.html#pioremote

gergelytakacs commented 2 years ago

Will stick to GitHub for now. Might create a remote runner on RPi now. Shall learn more about CI with GitHub Actions, like how to create artifacts etc.