Revert "temporarily allow darwin and windows to be built on any branch"

This reverts commit 46f995ceb2.
This commit is contained in:
Martin Pugh 2020-01-20 14:30:11 +01:00
parent f22326ef81
commit 9e28241b29
1 changed files with 2 additions and 2 deletions

View File

@ -162,7 +162,7 @@ build-linux-armhf:
build-darwin:
stage: build
<<: *collect_artifacts
#only: *releaseable_branches
only: *releaseable_branches
variables:
CARGO_TARGET: x86_64-apple-darwin
CARGO_HOME: "${CI_PROJECT_DIR}/.cargo"
@ -176,7 +176,7 @@ build-darwin:
build-windows:
stage: build
<<: *collect_artifacts
#only: *releaseable_branches
only: *releaseable_branches
variables:
CARGO_TARGET: x86_64-pc-windows-msvc
CARGO_HOME: "C:/ci-cache/parity-ethereum/cargo/$CI_JOB_NAME"