Awesome
travis_arduino_stl
This GitHub is part of the Travis C++ Tutorial.
The goal of this project is to have a clean Travis CI build, with specs:
- Build system: Arduino
- C++ compiler: Arduino
- C++ version: Arduino
- Libraries: Arduino library and STL
- Code coverage: none
- Source: one single file,
main.cpp
More complex builds:
- [none]
Less complex builds:
- No STL: travis_arduino
Details
For compiling, ino is used. It works great!
The main function is put in src/travis_arduino_stl.ino
. It is required by ino
that the sketch is in a src
folder.