We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b45066 commit d7b47abCopy full SHA for d7b47ab
.travis.yml
@@ -41,8 +41,10 @@ script:
41
- bash test/build_and_run_ut.sh
42
# Run static code analysis over the source code
43
- cppcheck --std=c++11 --enable=performance,portability,information --quiet --error-exitcode=1 src/
44
- # Build all examples using Arduino UNO as the board
+ # Ensure examples are buildable for various boards
45
- build_platform uno
46
+ - build_platform mega2560
47
+ - build_platform leonardo
48
49
after_success:
50
- bash run_coverage.sh
0 commit comments