Build wasm files in doc release pipeline (#2340)

This commit is contained in:
Bastian Köcher
2019-04-23 10:31:25 +02:00
committed by GitHub
parent c4cbfb355c
commit beadb4b1bd
+3 -1
View File
@@ -128,8 +128,10 @@ build-rust-doc-release: &build
<<: *build-only
tags:
- linux-docker
script:
before_script:
- sccache -s
- ./scripts/build.sh
script:
- rm -f ./crate-docs/index.html # use it as an indicator if the job succeeds
- time cargo +nightly doc --release --verbose
- cp -R ./target/doc ./crate-docs