TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mcuboot
/
f6633ad747b5ac07a82cb2b29ac5b3c9715a6b4a
/
.
/
.travis.yml
blob: 9cd03d1a75f29f400a1f3784772527b7a795b9ff [
file
] [
log
] [
blame
]
# Travis configuration. Build the simulator and run its tests.
language:
rust
script:
-
cd sim; cargo build
--
release
-
cd sim; cargo run
--
release
--
runall