rust-embedded / embedonomicon

How to bootstrap support for a no_std target
https://docs.rust-embedded.org/embedonomicon/
Apache License 2.0
206 stars 34 forks source link

CI: Add tests #10

Closed japaric closed 6 years ago

japaric commented 6 years ago

We can't test the code snippets embedded in the book because mdbook doesn't support building #![no_std] code, but we can add snapshots of the Cargo project built throughout the book to this repository and test building those snapshots in CI.

These three snapshots should be tested:

japaric commented 6 years ago

Currently working on this.