mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 03:52:49 +01:00
CI: Fix Gitlab nowallet and release builds (#3491)
This commit is contained in:
parent
a9fc40fb0a
commit
397630a82c
@ -156,6 +156,18 @@ x86_64-unknown-linux-gnu-debug:
|
|||||||
HOST: x86_64-unknown-linux-gnu
|
HOST: x86_64-unknown-linux-gnu
|
||||||
DEP_OPTS: "DEBUG=1"
|
DEP_OPTS: "DEBUG=1"
|
||||||
|
|
||||||
|
x86_64-unknown-linux-gnu-nowalet:
|
||||||
|
extends: .build-depends-template
|
||||||
|
variables:
|
||||||
|
HOST: x86_64-unknown-linux-gnu
|
||||||
|
DEP_OPTS: "NO_WALLET=1"
|
||||||
|
|
||||||
|
x86_64-unknown-linux-gnu-release:
|
||||||
|
extends: .build-depends-template
|
||||||
|
variables:
|
||||||
|
HOST: x86_64-unknown-linux-gnu
|
||||||
|
DEP_OPTS: "NO_UPNP=1"
|
||||||
|
|
||||||
x86_64-apple-darwin11:
|
x86_64-apple-darwin11:
|
||||||
extends: .build-depends-template
|
extends: .build-depends-template
|
||||||
variables:
|
variables:
|
||||||
@ -201,14 +213,14 @@ linux64-build:
|
|||||||
linux64_nowallet-build:
|
linux64_nowallet-build:
|
||||||
extends: .build-template
|
extends: .build-template
|
||||||
needs:
|
needs:
|
||||||
- x86_64-unknown-linux-gnu
|
- x86_64-unknown-linux-gnu-nowalet
|
||||||
variables:
|
variables:
|
||||||
BUILD_TARGET: linux64_nowallet
|
BUILD_TARGET: linux64_nowallet
|
||||||
|
|
||||||
linux64_release-build:
|
linux64_release-build:
|
||||||
extends: .build-template
|
extends: .build-template
|
||||||
needs:
|
needs:
|
||||||
- x86_64-unknown-linux-gnu
|
- x86_64-unknown-linux-gnu-release
|
||||||
variables:
|
variables:
|
||||||
BUILD_TARGET: linux64_release
|
BUILD_TARGET: linux64_release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user