Commit 15edcbcd authored by Tmplt's avatar Tmplt
Browse files

Feat ci

parent b488a092
No related merge requests found
Showing with 12 additions and 0 deletions
+12 -0
# Official language image. Look for the different tagged releases at:
# https://hub.docker.com/r/library/rust/tags/
image: "rust:latest"
before_script:
- rustup default stable
- rustup target add thumbv7em-none-eabihf
test:cargo-check:
script:
- rustc --version && cargo --version
- cargo check --all --examples
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment