-
Notifications
You must be signed in to change notification settings - Fork 492
move modem and things to contrib dir #241
Conversation
ping @ed7coyne ? |
FBASE_NOAUTH_SNIPPET=test/travis/no_firebase_init.cc.snip | ||
FBASE_NOCONFIG_SNIPPET=test/travis/no_config_init.cc.snip | ||
for example in `find examples/ -name *.ino`; | ||
FBASE_SNIPPET=contrib/test/travis/firebase_init.cc.snip |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this test be in contrib? It seems part of the main project.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I meant this to be a file-comment, it is the entire script that seems part of the core project.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IIRC I moved all the tests stuff to contrib/ for now, since it was pretty tangled.
So that we can easily package the Arduino library as: root - everything in contrib until we find a better organization/packaging option.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah I see, sounds like a good plan.
Mostly LGTM, I think this clears up the distinction between the primary project and the derivative projects pretty well, thanks! |
Let's see if travis build this :)
Fixes #240 #118 #92