Skip to content

Commit fa8b111

Browse files
author
MarcoFalke
committed
ci: Run arm ci config on cirrus
1 parent fa0795f commit fa8b111

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.cirrus.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,14 @@ global_task_template: &GLOBAL_TASK_TEMPLATE
5353
# install_script:
5454
# - choco install python --version=3.7.7 -y
5555

56+
task:
57+
name: 'ARM [GOAL: install] [buster] [unit tests, no functional tests]'
58+
<< : *GLOBAL_TASK_TEMPLATE
59+
container:
60+
image: debian:buster
61+
env:
62+
FILE_ENV: "./ci/test/00_setup_env_arm.sh"
63+
5664
task:
5765
name: 'x86_64 Linux [GOAL: install] [bionic] [C++17, previous releases, uses qt5 dev package and some depends packages] [unsigned char]'
5866
<< : *GLOBAL_TASK_TEMPLATE

.travis.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,6 @@ jobs:
6565
script:
6666
- set -o errexit; source ./ci/lint/06_script.sh
6767

68-
- stage: test
69-
name: 'ARM [GOAL: install] [buster] [unit tests, no functional tests]'
70-
arch: arm64 # Can disable QEMU_USER_CMD and run the tests natively without qemu
71-
env: >-
72-
FILE_ENV="./ci/test/00_setup_env_arm.sh"
73-
QEMU_USER_CMD=""
74-
7568
- stage: test
7669
name: 'Win64 [GOAL: deploy] [unit tests, no gui, no boost::process, no functional tests]'
7770
env: >-

0 commit comments

Comments
 (0)