mcuboot/.travis.yml

8 lines
231 B
YAML

# Travis configuration. Build the simulator and run its tests.
language: rust
script:
- cd sim; cargo build --release
- cd sim; cargo run --release -- runall
- cd sim; cargo run --release --features sig-rsa -- runall