2017-03-30 06:27:25 +08:00
|
|
|
# Travis configuration. Build the simulator and run its tests.
|
|
|
|
|
|
|
|
language: rust
|
|
|
|
script:
|
|
|
|
- cd sim; cargo build --release
|
|
|
|
- cd sim; cargo run --release -- runall
|
2017-07-13 00:14:47 +08:00
|
|
|
- cd sim; cargo run --release --features sig-rsa -- runall
|