Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Merge commit e2ebf25 (no conflict)
Browse files Browse the repository at this point in the history
Parent branch: origin/master
Forked at: bf7ccb8
  • Loading branch information
cecton committed Sep 2, 2020
2 parents 6301515 + e2ebf25 commit f46e7a7
Show file tree
Hide file tree
Showing 45 changed files with 978 additions and 359 deletions.
12 changes: 12 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit f46e7a7

Please sign in to comment.