I wanted to get AVR-GCC running on Travis-CI. So I did.
This repository contains:
- A sample AVR codebase (
demo.c/iocompat.h), lifted from AVR Libc - A
Makefile, lifted from mfile - A
.travis.ymlto make it dance
Travis-CI checks that it builds, which is better than nothing. Suggestions of where to go from here:
- Use
travis-artifactsto export build artifacts. - Unit test the hardware-agnostic parts of your app using standard tools.
