Skip to content
Snippets Groups Projects
Verified Commit 5cd8f239 authored by Tomas Krizek's avatar Tomas Krizek
Browse files

ci: test on armhf and arm64

parent 5c43f319
Branches
Tags
1 merge request!1186ci: test on armhf and arm64
......@@ -92,6 +92,28 @@ build:
- ninja -C build_ci install >/dev/null
- ${MESON_TEST} --suite unit --suite config --suite dnstap --no-suite snowflake
build:armhf:
<<: *build
tags:
- armhf
- shell
script:
- meson build_ci_armhf --default-library=static --prefix=$PREFIX -Dwerror=true -Dextra_tests=enabled
- ninja -C build_ci_armhf
- ninja -C build_ci_armhf install >/dev/null
- ${MESON_TEST} --suite unit --suite config --no-suite snowflake --no-suite y2k38
build:arm64:
<<: *build
tags:
- arm64
- shell
script:
- meson build_ci_arm64 --default-library=static --prefix=$PREFIX -Dwerror=true -Dextra_tests=enabled
- ninja -C build_ci_arm64
- ninja -C build_ci_arm64 install >/dev/null
- ${MESON_TEST} --suite unit --suite config --no-suite snowflake
build-asan:
<<: *build
script:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment