Can I diagnose the problem with Rust CI?
This commit is contained in:
parent
63e4c18ed7
commit
947a9a13bf
1 changed files with 3 additions and 1 deletions
|
@ -8,4 +8,6 @@ script:
|
|||
- cargo doc --verbose
|
||||
after_script:
|
||||
- ln -s target/doc doc
|
||||
- curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh
|
||||
- curl -v http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN > ./upload-docs
|
||||
- cat ./upload-docs
|
||||
- sh ./upload-docs
|
||||
|
|
Loading…
Add table
Reference in a new issue