mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-02 09:46:52 -05:00
ci: Run nowallet ci config on cirrus
This commit is contained in:
parent
555b5d1bf9
commit
fa1f949a4d
2 changed files with 8 additions and 5 deletions
|
@ -121,6 +121,14 @@ task:
|
||||||
env:
|
env:
|
||||||
FILE_ENV: "./ci/test/00_setup_env_native_multiprocess.sh"
|
FILE_ENV: "./ci/test/00_setup_env_native_multiprocess.sh"
|
||||||
|
|
||||||
|
task:
|
||||||
|
name: 'x86_64 Linux [GOAL: install] [bionic] [no wallet]'
|
||||||
|
<< : *GLOBAL_TASK_TEMPLATE
|
||||||
|
container:
|
||||||
|
image: ubuntu:bionic
|
||||||
|
env:
|
||||||
|
FILE_ENV: "./ci/test/00_setup_env_native_nowallet.sh"
|
||||||
|
|
||||||
task:
|
task:
|
||||||
name: 'macOS 10.14 [GOAL: deploy] [no functional tests]'
|
name: 'macOS 10.14 [GOAL: deploy] [no functional tests]'
|
||||||
<< : *GLOBAL_TASK_TEMPLATE
|
<< : *GLOBAL_TASK_TEMPLATE
|
||||||
|
|
|
@ -69,8 +69,3 @@ jobs:
|
||||||
name: '32-bit + dash [GOAL: install] [CentOS 8] [gui]'
|
name: '32-bit + dash [GOAL: install] [CentOS 8] [gui]'
|
||||||
env: >-
|
env: >-
|
||||||
FILE_ENV="./ci/test/00_setup_env_i686_centos.sh"
|
FILE_ENV="./ci/test/00_setup_env_i686_centos.sh"
|
||||||
|
|
||||||
- stage: test
|
|
||||||
name: 'x86_64 Linux [GOAL: install] [bionic] [no wallet]'
|
|
||||||
env: >-
|
|
||||||
FILE_ENV="./ci/test/00_setup_env_native_nowallet.sh"
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue