Commit Graph

8 Commits

Author SHA1 Message Date
Paul van Tilburg ac8030aa4f
Improve the README a bit more 2019-04-11 20:21:59 +02:00
Paul van Tilburg ebeb18e8d8
Enable running unit tests in GitLab CI
Do this for the library/local crate only.  Not the main binary nor
the examples can be tested for the x86_64-unknown-linux-gnu target.
2019-04-11 20:10:49 +02:00
Paul van Tilburg cf5238f4f4
Add (non-functional) tests for the `led_ring` module 2019-04-06 17:47:58 +02:00
Paul van Tilburg 6aab250e73
Also run tests during the build phase (for now)
Set an option for running doctests so that they can be run without
the "`eh_personality` language item not found" popping up.
See also: https://github.com/rust-lang/cargo/issues/4251
2019-04-03 08:38:00 +02:00
Paul van Tilburg de70a03c11
Cache the Cargo dir and build artifacts 2019-04-02 16:11:43 +02:00
Paul van Tilburg eeb611983a Add the thumbv7em-none-eabihf target for Rust 2019-04-02 15:48:13 +02:00
Paul van Tilburg 706419b71b Use the arm32v7 Rust Docker image for CI 2019-04-02 12:41:25 +02:00
Paul van Tilburg f1452aa884 Add GitLab CI 2019-04-02 12:28:26 +02:00