ci: build pipeline for PR
This commit is contained in:
parent
aa34dfad3e
commit
94cf19d0c8
@ -24,6 +24,7 @@ cache:
|
|||||||
- stable
|
- stable
|
||||||
- beta
|
- beta
|
||||||
- tags
|
- tags
|
||||||
|
- a5-gitlab-light ### @TODO remove
|
||||||
|
|
||||||
.collect_artifacts: &collect_artifacts
|
.collect_artifacts: &collect_artifacts
|
||||||
artifacts:
|
artifacts:
|
||||||
@ -125,11 +126,7 @@ build-windows:
|
|||||||
|
|
||||||
publish-docker:
|
publish-docker:
|
||||||
stage: publish
|
stage: publish
|
||||||
only:
|
only: *releaseable_branches
|
||||||
- master
|
|
||||||
- stable
|
|
||||||
- beta
|
|
||||||
- tags
|
|
||||||
cache: {}
|
cache: {}
|
||||||
dependencies:
|
dependencies:
|
||||||
- build-linux
|
- build-linux
|
||||||
@ -143,6 +140,7 @@ publish-awss3:
|
|||||||
only:
|
only:
|
||||||
- nightly
|
- nightly
|
||||||
- /^v2.*$/
|
- /^v2.*$/
|
||||||
|
- a5-gitlab-light ### @TODO remove
|
||||||
cache: {}
|
cache: {}
|
||||||
dependencies:
|
dependencies:
|
||||||
- build-linux
|
- build-linux
|
||||||
@ -158,6 +156,7 @@ docs-rpc-json:
|
|||||||
stage: docs
|
stage: docs
|
||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
|
- a5-gitlab-light ### @TODO remove
|
||||||
cache: {}
|
cache: {}
|
||||||
script:
|
script:
|
||||||
- scripts/gitlab/rpc-docs.sh
|
- scripts/gitlab/rpc-docs.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user