diff options
author | MarcoFalke <falke.marco@gmail.com> | 2020-11-08 09:20:11 +0100 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2020-11-09 10:15:50 +0100 |
commit | fa8b1114e60100f503673ccc7ef5618851c0c9e3 (patch) | |
tree | b25eacb50762902103b64abe5fa1884937eb980b /.cirrus.yml | |
parent | fa0795f54dc5268bacc6acdfdbe23f9952a0e7d8 (diff) |
ci: Run arm ci config on cirrus
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 916f172a6a..1f21c50a62 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -54,6 +54,14 @@ global_task_template: &GLOBAL_TASK_TEMPLATE # - choco install python --version=3.7.7 -y task: + name: 'ARM [GOAL: install] [buster] [unit tests, no functional tests]' + << : *GLOBAL_TASK_TEMPLATE + container: + image: debian:buster + env: + FILE_ENV: "./ci/test/00_setup_env_arm.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: |