mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-29 18:27:56 +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
|
||||
- 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:
|
||||
stage: build
|
||||
|
||||
Reference in New Issue
Block a user