Create a .travis.yml
Build and run the simulator for testing with travis.
This commit is contained in:
parent
a3b93cfe95
commit
0fc2d47b1b
|
@ -0,0 +1,6 @@
|
|||
# Travis configuration. Build the simulator and run its tests.
|
||||
|
||||
language: rust
|
||||
script:
|
||||
- cd sim; cargo build --release
|
||||
- cd sim; cargo run --release -- runall
|
Loading…
Reference in New Issue