diff options
author | Eric Engestrom <eric.engestrom@intel.com> | 2018-09-05 12:23:26 +0100 |
---|---|---|
committer | Eric Engestrom <eric.engestrom@intel.com> | 2019-11-15 03:07:21 +0000 |
commit | 202d10a9e2a14c5af68235ebda58c2873100967b (patch) | |
tree | 3d8b856a0ac09f84df268e5a2ee40c23ee5d1b3b | |
parent | 55be53d65fcaffe44722f8d930ce6e6fb66d68e5 (diff) | |
download | libdrm-202d10a9e2a14c5af68235ebda58c2873100967b.tar.gz libdrm-202d10a9e2a14c5af68235ebda58c2873100967b.tar.bz2 libdrm-202d10a9e2a14c5af68235ebda58c2873100967b.zip |
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>
-rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6761c459..57dea6e0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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"' |