2014-09-29 08:58:51 +10:00
|
|
|
language: rust
|
2015-06-10 08:59:47 +10:00
|
|
|
rust:
|
|
|
|
- nightly
|
|
|
|
- beta
|
2015-06-10 19:26:32 +10:00
|
|
|
- stable
|
2014-06-12 17:29:24 +10:00
|
|
|
env:
|
|
|
|
global:
|
2014-11-07 16:37:06 +11:00
|
|
|
- secure: nR+DJRUQ9v03nNZMpMu1tGKLKBAqdQsTIAr8ffdl+DUEh3b2jvQ+vLLNFLPjsloqhoOXo7cWO7qVpiE4ZOq2lNDURQjdiZGFjh/Y5+xKy2BqFdV7qQ1JoBzsMyx28tQTYz0mtBsACiCYKKb+ddNX5hpwrsjp8cS7htZktA5kbiU=
|
2014-06-12 17:29:24 +10:00
|
|
|
script:
|
2016-03-05 13:27:54 +11:00
|
|
|
- if [[ "$(rustc --version)" =~ -(dev|nightly) ]]; then cargo test --features bench; else ! cargo test --features bench; fi
|
2015-04-18 10:44:34 +10:00
|
|
|
- cargo test
|
|
|
|
- cargo doc
|
2014-06-12 17:29:24 +10:00
|
|
|
after_script:
|
2014-09-29 08:58:51 +10:00
|
|
|
- ln -s target/doc doc
|
2014-11-07 16:52:26 +11:00
|
|
|
- curl -v http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN > ./upload-docs
|
|
|
|
- cat ./upload-docs
|
|
|
|
- sh ./upload-docs
|