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 - 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