Skip to content
Snippets Groups Projects
Commit 15edcbcd authored by Tmplt's avatar Tmplt
Browse files

Feat ci

parent b488a092
Branches
No related tags found
No related merge requests found
# 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment