temporarily allow darwin and windows to be built on any branch
This commit is contained in:
parent
713fc9ff94
commit
46f995ceb2
@ -162,7 +162,7 @@ build-linux-armhf:
|
|||||||
build-darwin:
|
build-darwin:
|
||||||
stage: build
|
stage: build
|
||||||
<<: *collect_artifacts
|
<<: *collect_artifacts
|
||||||
only: *releaseable_branches
|
#only: *releaseable_branches
|
||||||
variables:
|
variables:
|
||||||
CARGO_TARGET: x86_64-apple-darwin
|
CARGO_TARGET: x86_64-apple-darwin
|
||||||
CARGO_HOME: "${CI_PROJECT_DIR}/.cargo"
|
CARGO_HOME: "${CI_PROJECT_DIR}/.cargo"
|
||||||
@ -176,7 +176,7 @@ build-darwin:
|
|||||||
build-windows:
|
build-windows:
|
||||||
stage: build
|
stage: build
|
||||||
<<: *collect_artifacts
|
<<: *collect_artifacts
|
||||||
only: *releaseable_branches
|
#only: *releaseable_branches
|
||||||
variables:
|
variables:
|
||||||
CARGO_TARGET: x86_64-pc-windows-msvc
|
CARGO_TARGET: x86_64-pc-windows-msvc
|
||||||
CARGO_HOME: "C:/ci-cache/parity-ethereum/cargo/$CI_JOB_NAME"
|
CARGO_HOME: "C:/ci-cache/parity-ethereum/cargo/$CI_JOB_NAME"
|
||||||
|
Loading…
Reference in New Issue
Block a user