aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-06-07 03:47:05 +0200
committerMarcoFalke <falke.marco@gmail.com>2020-11-23 17:08:48 +0100
commitfa1f949a4dc2568456f3ba30bbd8ecbc78a423ca (patch)
tree7c562da59392a418fe7ebb8cedcc861b47773f28
parent555b5d1bf940646a728499cfa1005bcb61383c20 (diff)
downloadbitcoin-fa1f949a4dc2568456f3ba30bbd8ecbc78a423ca.tar.xz
ci: Run nowallet ci config on cirrus
-rw-r--r--.cirrus.yml8
-rw-r--r--.travis.yml5
2 files changed, 8 insertions, 5 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 2c2504cedb..35000dc469 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -122,6 +122,14 @@ task:
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:
name: 'macOS 10.14 [GOAL: deploy] [no functional tests]'
<< : *GLOBAL_TASK_TEMPLATE
container:
diff --git a/.travis.yml b/.travis.yml
index 780bc9944f..ea5390a0d8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -69,8 +69,3 @@ jobs:
name: '32-bit + dash [GOAL: install] [CentOS 8] [gui]'
env: >-
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"