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