fc5cee3e04
(Doc uploading doesn't seem to be working.)
11 lines
406 B
YAML
11 lines
406 B
YAML
language: rust
|
|
env:
|
|
global:
|
|
- secure: nR+DJRUQ9v03nNZMpMu1tGKLKBAqdQsTIAr8ffdl+DUEh3b2jvQ+vLLNFLPjsloqhoOXo7cWO7qVpiE4ZOq2lNDURQjdiZGFjh/Y5+xKy2BqFdV7qQ1JoBzsMyx28tQTYz0mtBsACiCYKKb+ddNX5hpwrsjp8cS7htZktA5kbiU=
|
|
script:
|
|
- cargo build --verbose
|
|
- cargo test --verbose
|
|
- cargo doc --verbose
|
|
after_script:
|
|
- ln -s target/doc doc
|
|
- curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh
|