mirror of
https://gitee.com/openharmony/third_party_rust_cfg-if
synced 2024-11-23 06:59:42 +00:00
23 lines
494 B
YAML
23 lines
494 B
YAML
language: rust
|
|
matrix:
|
|
include:
|
|
- rust: stable
|
|
- rust: beta
|
|
- rust: nightly
|
|
- name: "master doc to gh-pages"
|
|
rust: nightly
|
|
script:
|
|
- cargo doc --no-deps
|
|
deploy:
|
|
provider: script
|
|
script: curl -LsSf https://git.io/fhJ8n | rustc - && (cd target/doc && ../../rust_out)
|
|
skip_cleanup: true
|
|
on:
|
|
branch: master
|
|
script:
|
|
- cargo build --verbose
|
|
- cargo test --verbose
|
|
notifications:
|
|
email:
|
|
on_success: never
|