diff options
author | Bas Nieuwenhuizen <[email protected]> | 2019-03-13 00:15:09 +0100 |
---|---|---|
committer | Bas Nieuwenhuizen <[email protected]> | 2019-03-16 14:38:51 +0000 |
commit | 158d45db0c2c953dc858b8746adf5ef9ccae9af0 (patch) | |
tree | cb02b2f1526e91f1d5ba120c874a7a253073825a /.gitlab-ci.yml | |
parent | 42ed6d9789f014b6ee18129a568b397e53c1e044 (diff) |
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 <[email protected]>
Reviewed-by: Kristian H. Kristensen <[email protected]>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 014e06b29dc..a9bcd3b0518 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -106,6 +106,7 @@ ubuntu: ${GALLIUM_ST} -D gallium-drivers=${GALLIUM_DRIVERS:-[]} -D vulkan-drivers=${VULKAN_DRIVERS:-[]} + -D I-love-half-baked-turnips=true - cd _build - meson configure - ninja -j4 @@ -164,7 +165,7 @@ meson-vulkan: -D gallium-xa=false -D gallium-nine=false -D gallium-opencl=disabled - VULKAN_DRIVERS: intel,amd + VULKAN_DRIVERS: intel,amd,freedreno LLVM_VERSION: "7" meson-loader-classic-dri: |