mirror of
https://gitee.com/openharmony/third_party_rust_cfg-if
synced 2024-11-27 01:03:13 +00:00
Yet another attempt
This commit is contained in:
parent
6137648bc8
commit
d7adf5fa33
@ -10,10 +10,8 @@ matrix:
|
||||
- cargo doc --no-deps
|
||||
deploy:
|
||||
provider: script
|
||||
script:
|
||||
- curl -O https://raw.githubusercontent.com/alexcrichton/rust-travis-deploy/master/travis-deploy.rs
|
||||
- rustc travis-deploy.rs
|
||||
- (cd target/doc && ../../travis-deploy)
|
||||
script: curl -LsSf https://git.io/fhJ8n | rustc - && (cd target/doc && ../../rust_out)
|
||||
skip_cleanup: true
|
||||
on:
|
||||
branch: master
|
||||
script:
|
||||
|
Loading…
Reference in New Issue
Block a user