mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 19:11:04 +00:00
Build wasm files in doc release pipeline (#2340)
This commit is contained in:
@@ -128,8 +128,10 @@ build-rust-doc-release: &build
|
|||||||
<<: *build-only
|
<<: *build-only
|
||||||
tags:
|
tags:
|
||||||
- linux-docker
|
- linux-docker
|
||||||
script:
|
before_script:
|
||||||
- sccache -s
|
- sccache -s
|
||||||
|
- ./scripts/build.sh
|
||||||
|
script:
|
||||||
- rm -f ./crate-docs/index.html # use it as an indicator if the job succeeds
|
- rm -f ./crate-docs/index.html # use it as an indicator if the job succeeds
|
||||||
- time cargo +nightly doc --release --verbose
|
- time cargo +nightly doc --release --verbose
|
||||||
- cp -R ./target/doc ./crate-docs
|
- cp -R ./target/doc ./crate-docs
|
||||||
|
|||||||
Reference in New Issue
Block a user