Sign in
opensecura
/
3p
/
tock
/
libtock-rs
/
ba19175753abbf7791b0ae1837bab2fe3c660846
/
.
/
.travis.yml
blob: 9b5cb1b0ea9ed9231b100ee63b3f10568e36ca13 [
file
] [
log
] [
blame
]
language:
rust
rust:
-
nightly
-
2018
-
11
-
30
os:
-
linux
cache:
rust
install:
-
rustup target add thumbv7em
-
none
-
eabi
-
rustup component add rustfmt
-
preview
script:
-
cargo fmt
--
all
--
--
check
-
cargo test
--
lib
-
./build_examples.sh