TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mcuboot
/
94d998c61b49d08502472bf5be5f851d8ec1bc6f
/
.
/
.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