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
e6a9d0da66
commit
67ec76f462
@ -213,10 +213,19 @@ jobs:
|
||||
path: docs/_build/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:
|
||||
version: 2
|
||||
build_all:
|
||||
jobs:
|
||||
- merge_blocker
|
||||
- build_emscripten: *build_on_tags
|
||||
- test_emscripten_solcjs:
|
||||
<<: *build_on_tags
|
||||
|
Loading…
Reference in New Issue
Block a user