CI: Add armv7h test

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2020-04-05 16:02:47 +02:00
parent 080c7b8c95
commit d0acdaf0d5
Signed by: pep
GPG key ID: DEDA74AEECA9D0F2

View file

@ -13,6 +13,11 @@ variables:
image: rustlang/rust:nightly
allow_failure: true # It's not often, but it happens nightly breaks, surprisingly.
.armv7h:
image: arm32v7/rust:slim
tags:
- armv7h
.test:
stage: test
script:
@ -35,3 +40,9 @@ nightly-test:
extends:
- .test
- .nightly
stable-armv7h-test:
extends:
- .test
- .stable
- .armv7h