mirror of
https://github.com/simias/rustation.git
synced 2025-04-02 10:52:36 -04:00
9 lines
112 B
YAML
9 lines
112 B
YAML
language: rust
|
|
os:
|
|
- linux
|
|
before_script:
|
|
- rustc -V
|
|
- cargo -V
|
|
script:
|
|
- cargo build -v
|
|
- cargo test
|