gitlab-ci: Build turnip.
No autotools build to care about. The half baked turnips param is kind of ugly, but felt like a waste defining more variables for it now. Reviewed-by: Eric Engestrom <eric@engestrom.ch> Reviewed-by: Kristian H. Kristensen <hoegsberg@chromium.org>
This commit is contained in:
@@ -106,6 +106,7 @@ ubuntu:
|
|||||||
${GALLIUM_ST}
|
${GALLIUM_ST}
|
||||||
-D gallium-drivers=${GALLIUM_DRIVERS:-[]}
|
-D gallium-drivers=${GALLIUM_DRIVERS:-[]}
|
||||||
-D vulkan-drivers=${VULKAN_DRIVERS:-[]}
|
-D vulkan-drivers=${VULKAN_DRIVERS:-[]}
|
||||||
|
-D I-love-half-baked-turnips=true
|
||||||
- cd _build
|
- cd _build
|
||||||
- meson configure
|
- meson configure
|
||||||
- ninja -j4
|
- ninja -j4
|
||||||
@@ -164,7 +165,7 @@ meson-vulkan:
|
|||||||
-D gallium-xa=false
|
-D gallium-xa=false
|
||||||
-D gallium-nine=false
|
-D gallium-nine=false
|
||||||
-D gallium-opencl=disabled
|
-D gallium-opencl=disabled
|
||||||
VULKAN_DRIVERS: intel,amd
|
VULKAN_DRIVERS: intel,amd,freedreno
|
||||||
LLVM_VERSION: "7"
|
LLVM_VERSION: "7"
|
||||||
|
|
||||||
meson-loader-classic-dri:
|
meson-loader-classic-dri:
|
||||||
|
Reference in New Issue
Block a user