diff options
author | MarcoFalke <falke.marco@gmail.com> | 2020-11-09 10:17:00 +0100 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2020-11-09 10:16:45 +0100 |
commit | 77777c8b5e3d0edbe1178d982a778b7cc9964b70 (patch) | |
tree | d6f4ae2532c7766f208610937ed99d2550497af2 /.cirrus.yml | |
parent | 3333d6942e8c5d823b97ea51ef88c8a0791742c6 (diff) |
ci: Run windows 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 e00c1b7385..6a496f00a3 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -62,6 +62,14 @@ task: FILE_ENV: "./ci/test/00_setup_env_arm.sh" task: + name: 'Win64 [GOAL: deploy] [unit tests, no gui, no boost::process, no functional tests]' + << : *GLOBAL_TASK_TEMPLATE + container: + image: ubuntu:bionic + env: + FILE_ENV: "./ci/test/00_setup_env_win64.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: |