mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-14 21:41:23 +00:00
Install rustfmt on azure pipelines
This commit is contained in:
@ -257,6 +257,9 @@ jobs:
|
|||||||
displayName: "Doc - build the API documentation"
|
displayName: "Doc - build the API documentation"
|
||||||
steps:
|
steps:
|
||||||
- template: ci/azure-install-rust.yml
|
- template: ci/azure-install-rust.yml
|
||||||
|
# Install rustfmt so we can format the web-sys bindings
|
||||||
|
- script: rustup component add rustfmt
|
||||||
|
displayName: "Install rustfmt"
|
||||||
- template: ci/azure-install-sccache.yml
|
- template: ci/azure-install-sccache.yml
|
||||||
- script: cargo doc --no-deps --features 'nightly serde-serialize'
|
- script: cargo doc --no-deps --features 'nightly serde-serialize'
|
||||||
displayName: "Document wasm-bindgen"
|
displayName: "Document wasm-bindgen"
|
||||||
|
Reference in New Issue
Block a user