mirror of
https://gitlab.com/xmpp-rs/xmpp-rs.git
synced 2024-07-12 22:21:53 +00:00
CI: Add armv7h test
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
080c7b8c95
commit
d0acdaf0d5
1 changed files with 11 additions and 0 deletions
|
@ -13,6 +13,11 @@ variables:
|
||||||
image: rustlang/rust:nightly
|
image: rustlang/rust:nightly
|
||||||
allow_failure: true # It's not often, but it happens nightly breaks, surprisingly.
|
allow_failure: true # It's not often, but it happens nightly breaks, surprisingly.
|
||||||
|
|
||||||
|
.armv7h:
|
||||||
|
image: arm32v7/rust:slim
|
||||||
|
tags:
|
||||||
|
- armv7h
|
||||||
|
|
||||||
.test:
|
.test:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
|
@ -35,3 +40,9 @@ nightly-test:
|
||||||
extends:
|
extends:
|
||||||
- .test
|
- .test
|
||||||
- .nightly
|
- .nightly
|
||||||
|
|
||||||
|
stable-armv7h-test:
|
||||||
|
extends:
|
||||||
|
- .test
|
||||||
|
- .stable
|
||||||
|
- .armv7h
|
||||||
|
|
Loading…
Reference in a new issue