mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add merge blocker.
This commit is contained in:
parent
a6868510ed
commit
ebe8968fae
@ -201,10 +201,19 @@ jobs:
|
|||||||
path: docs/_build/html/
|
path: docs/_build/html/
|
||||||
destination: docs-html
|
destination: docs-html
|
||||||
|
|
||||||
|
merge_blocker:
|
||||||
|
docker:
|
||||||
|
- image: buildpack-deps:artful
|
||||||
|
steps:
|
||||||
|
- run:
|
||||||
|
name: This blocks the merge. Remove when 0.5.0 is to be released.
|
||||||
|
command: false
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
build_all:
|
build_all:
|
||||||
jobs:
|
jobs:
|
||||||
|
- merge_blocker:
|
||||||
- build_emscripten: *build_on_tags
|
- build_emscripten: *build_on_tags
|
||||||
- test_emscripten_solcjs:
|
- test_emscripten_solcjs:
|
||||||
<<: *build_on_tags
|
<<: *build_on_tags
|
||||||
|
Loading…
Reference in New Issue
Block a user