Sign in
opensecura
/
3p
/
tock
/
libtock-rs
/
57e8682f2e6a62443822ebfc34f56c035cf92885
/
.
/
.travis.yml
blob: 26f22ef60e128116bb24f661e06136fb896e7a11 [
file
] [
log
] [
blame
]
language:
rust
rust:
-
nightly
-
2019
-
09
-
19
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