Skip to content

B1 #1

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

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

B1 #1

wants to merge 12 commits into from

Conversation

stillmant
Copy link
Owner

No description provided.

.travis.yml Outdated
- bundle exec arduino_ci_remote.rb
- arduino --verify --board teensy:avr:teensy36 avionics.ino

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like you're trying to force the verification of avionics.ino via the command line. A better way to do this would be to move this file to examples/avionics/avionics.ino (following the Arduino 1.5 library specification); arduino_ci will automatically detect (and verify) these files. Currently, it's not finding any in examples/.

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the help!

@@ -0,0 +1,115 @@
/*Main Arduino Sketch*/

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is close, but it needs to be in examples/avionics/avionics.ino. For some reason, Arduino wants the sketch to live in a folder of the same name.

@ianfixes
Copy link

Rather than pulling the dependencies into this project, arduino_ci should be able to install some of them automatically via the library manager. See the REFERENCE.md for using an .arduino-ci.yml to handle that.

compile:
  libraries:
    - "Adafruit BNO055"

For libraries that can't be installed via the GUI's library manager, you'll have to just script up those custom installation steps in your .travis-ci.yml file. I have an example of that in https://github.com/ianfixes/arduino_ci/issues/91#issuecomment-454768996 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants