projects
/
platform
/
upstream
/
libdrm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55be53d
)
gitlab-ci: add x86 (32 bits) build
author
Eric Engestrom
<eric.engestrom@intel.com>
Wed, 5 Sep 2018 11:23:26 +0000
(12:23 +0100)
committer
Eric Engestrom
<eric.engestrom@intel.com>
Fri, 15 Nov 2019 03:07:21 +0000
(
03:07
+0000)
Suggested-by: Daniel Vetter <daniel@ffwll.ch>
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Michel Dänzer <mdaenzer@redhat.com>
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index 6761c459cc640ab13aa7299c6e358570e9ff5946..57dea6e040fe5ccb24fe9b6f843e110ea891cb20 100644
(file)
--- 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"'