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
Eric Engestrom 2018-09-05 12:23:26 +01:00
parent 55be53d65f
commit 202d10a9e2
1 changed files with 5 additions and 0 deletions

View File

@ -91,6 +91,11 @@ meson-x86_64:
needs:
- debian
meson-i386:
extends: meson-x86_64
variables:
CROSS: i386
meson-arch-daily:
rules:
- if: '$SCHEDULE == "arch-daily"'