Skip to content

Commit

Permalink
Install rustfmt on azure pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Apr 16, 2019
1 parent ff1addb commit 10cbc78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,9 @@ jobs:
displayName: "Doc - build the API documentation"
steps:
- 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
- script: cargo doc --no-deps --features 'nightly serde-serialize'
displayName: "Document wasm-bindgen"
Expand Down

0 comments on commit 10cbc78

Please sign in to comment.