mirror of
https://github.com/simias/rustation.git
synced 2025-04-02 10:52:36 -04:00
When built with the "trace" feature the emulator now supports tracing variables for debugging purposes.
10 lines
148 B
YAML
10 lines
148 B
YAML
language: rust
|
|
os:
|
|
- linux
|
|
before_script:
|
|
- rustc -V
|
|
- cargo -V
|
|
script:
|
|
- cargo build -v
|
|
- cargo build -v --features trace
|
|
- cargo test
|