gitlab-ci: add x86 (32 bits) build
Suggested-by: Daniel Vetter <daniel@ffwll.ch> Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Michel Dänzer <mdaenzer@redhat.com>main
parent
55be53d65f
commit
202d10a9e2
|
@ -91,6 +91,11 @@ meson-x86_64:
|
||||||
needs:
|
needs:
|
||||||
- debian
|
- debian
|
||||||
|
|
||||||
|
meson-i386:
|
||||||
|
extends: meson-x86_64
|
||||||
|
variables:
|
||||||
|
CROSS: i386
|
||||||
|
|
||||||
meson-arch-daily:
|
meson-arch-daily:
|
||||||
rules:
|
rules:
|
||||||
- if: '$SCHEDULE == "arch-daily"'
|
- if: '$SCHEDULE == "arch-daily"'
|
||||||
|
|
Loading…
Reference in New Issue