Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix arduino workflow #6

Open
simoneengelbr opened this issue Jun 12, 2020 · 0 comments
Open

Fix arduino workflow #6

simoneengelbr opened this issue Jun 12, 2020 · 0 comments
Labels
help wanted Extra attention is needed
Projects

Comments

@simoneengelbr
Copy link
Member

simoneengelbr commented Jun 12, 2020

There is not currently a workflow testing Arduino files when they are updated.

This should be implemented. A basic test to perform would be whether Sensor Node code can compile to an Arduino UNO, and Control Panel code to an Arduino Mega 2560.

There are several ways to test this, eg. arduino-cli or Travis CI.

However, all alarm device files use external libraries, namely https://github.com/matthijskooijman/arduino-lmic and http://www.forward.com.au/pfod/SipHashLibrary/. So far, no way of importing external libraries as part of a workflow has been determined using either arduino-cli or Travis CI.

@simoneengelbr simoneengelbr self-assigned this Jun 12, 2020
@simoneengelbr simoneengelbr added the bug Something isn't working label Jun 12, 2020
@simoneengelbr simoneengelbr added this to In progress in NWA v1.0.0 Jun 12, 2020
@simoneengelbr simoneengelbr moved this from In progress to Review in progress in NWA v1.0.0 Jun 15, 2020
@simoneengelbr simoneengelbr moved this from Review in progress to In progress in NWA v1.0.0 Jun 15, 2020
@simoneengelbr simoneengelbr removed their assignment Jul 5, 2020
@simoneengelbr simoneengelbr added help wanted Extra attention is needed and removed bug Something isn't working labels Jul 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
No open projects
NWA v1.0.0
  
In progress
Development

No branches or pull requests

1 participant