aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-07-25 14:37:16 +0200
committerMarcoFalke <falke.marco@gmail.com>2020-11-23 17:09:12 +0100
commitfa73674738b0b5a271ae387e2ebd76d747e02d91 (patch)
treeabb7e969ce1ca6ebf15ad072e042cf732984fbf0 /.cirrus.yml
parentfa1f949a4dc2568456f3ba30bbd8ecbc78a423ca (diff)
downloadbitcoin-fa73674738b0b5a271ae387e2ebd76d747e02d91.tar.xz
ci: Run i686 centos ci config on cirrus
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 35000dc469..e0b4ce01c4 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -71,6 +71,15 @@ task:
FILE_ENV: "./ci/test/00_setup_env_win64.sh"
task:
+ name: '32-bit + dash [GOAL: install] [CentOS 8] [gui]'
+ << : *GLOBAL_TASK_TEMPLATE
+ container:
+ image: centos:8
+ env:
+ PACKAGE_MANAGER_INSTALL: "yum install -y"
+ FILE_ENV: "./ci/test/00_setup_env_i686_centos.sh"
+
+task:
name: 'x86_64 Linux [GOAL: install] [bionic] [C++17, previous releases, uses qt5 dev package and some depends packages] [unsigned char]'
<< : *GLOBAL_TASK_TEMPLATE
container: