mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 01:01:04 +00:00
Add manual action to build PR binary (#1470)
* Allow manual action for building a PR binary * Allow test-refs for PR manual build * Test PR build in github actions * Use steps in build * Removing build via github actions
This commit is contained in:
@@ -177,6 +177,18 @@ build-linux-release: &build
|
|||||||
- cp -r scripts/docker/* ./artifacts
|
- cp -r scripts/docker/* ./artifacts
|
||||||
- sccache -s
|
- sccache -s
|
||||||
|
|
||||||
|
build-linux-release-pr: &build
|
||||||
|
stage: build
|
||||||
|
<<: *collect-artifacts
|
||||||
|
<<: *test-refs
|
||||||
|
<<: *docker-env
|
||||||
|
<<: *compiler_info
|
||||||
|
script:
|
||||||
|
- time cargo build --release --verbose
|
||||||
|
- mkdir -p ./artifacts
|
||||||
|
- mv ./target/release/polkadot ./artifacts/.
|
||||||
|
- sha256sum ./artifacts/polkadot | tee ./artifacts/polkadot.sha256
|
||||||
|
when: manual
|
||||||
|
|
||||||
generate-impl-guide:
|
generate-impl-guide:
|
||||||
stage: build
|
stage: build
|
||||||
|
|||||||
Reference in New Issue
Block a user