Skip to content

Commit

Permalink
CI: Fix Gitlab nowallet and release builds (#3491)
Browse files Browse the repository at this point in the history
  • Loading branch information
UdjinM6 authored and charlesrocket committed May 28, 2020
1 parent 818ec36 commit 2100d03
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,18 @@ x86_64-unknown-linux-gnu-debug:
HOST: x86_64-unknown-linux-gnu
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:
extends: .build-depends-template
variables:
Expand Down Expand Up @@ -201,14 +213,14 @@ linux64-build:
linux64_nowallet-build:
extends: .build-template
needs:
- x86_64-unknown-linux-gnu
- x86_64-unknown-linux-gnu-nowalet
variables:
BUILD_TARGET: linux64_nowallet

linux64_release-build:
extends: .build-template
needs:
- x86_64-unknown-linux-gnu
- x86_64-unknown-linux-gnu-release
variables:
BUILD_TARGET: linux64_release

Expand Down

0 comments on commit 2100d03

Please sign in to comment.