ci: build pipeline for PR

This commit is contained in:
5chdn 2018-10-01 12:35:35 +01:00
parent aa34dfad3e
commit 94cf19d0c8
No known key found for this signature in database
GPG Key ID: 1A40871B597F5F80

View File

@ -24,6 +24,7 @@ cache:
- stable
- beta
- tags
- a5-gitlab-light ### @TODO remove
.collect_artifacts: &collect_artifacts
artifacts:
@ -125,11 +126,7 @@ build-windows:
publish-docker:
stage: publish
only:
- master
- stable
- beta
- tags
only: *releaseable_branches
cache: {}
dependencies:
- build-linux
@ -143,6 +140,7 @@ publish-awss3:
only:
- nightly
- /^v2.*$/
- a5-gitlab-light ### @TODO remove
cache: {}
dependencies:
- build-linux
@ -158,6 +156,7 @@ docs-rpc-json:
stage: docs
only:
- tags
- a5-gitlab-light ### @TODO remove
cache: {}
script:
- scripts/gitlab/rpc-docs.sh