mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 04:40:09 +01:00
gitlab-ci: add aarch64 & armhf builds
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Michel Dänzer <mdaenzer@redhat.com>
This commit is contained in:
parent
202d10a9e2
commit
a39c34e64a
1 changed files with 10 additions and 0 deletions
|
|
@ -96,6 +96,16 @@ meson-i386:
|
|||
variables:
|
||||
CROSS: i386
|
||||
|
||||
meson-aarch64:
|
||||
extends: meson-x86_64
|
||||
variables:
|
||||
CROSS: arm64
|
||||
|
||||
meson-armhf:
|
||||
extends: meson-x86_64
|
||||
variables:
|
||||
CROSS: armhf
|
||||
|
||||
meson-arch-daily:
|
||||
rules:
|
||||
- if: '$SCHEDULE == "arch-daily"'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue