We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38cfbf0 commit 8325132Copy full SHA for 8325132
.gitlab-ci.yml
@@ -154,7 +154,7 @@ build-wasm-try-runtime:
154
- master
155
- /^[0-9]+(?:\.[0-9]+){2}(?:-(rc)*([0-9])+)?$/
156
script:
157
- - cargo build -p ${RUNTIME}-runtime --features try-runtime
+ - cargo build --release -p ${RUNTIME}-runtime --features try-runtime
158
- mkdir ./out
159
- mv target/release/wbuild/${RUNTIME}-runtime/${RUNTIME}_runtime.compact.compressed.wasm ./dangerous_${RUNTIME}.try-runtime.wasm
160
artifacts:
0 commit comments