From: Giovanni Mascellani gmascellani@codeweavers.com
--- gitlab/build.yml | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-)
diff --git a/gitlab/build.yml b/gitlab/build.yml index 0a6fd9ec..89276f08 100644 --- a/gitlab/build.yml +++ b/gitlab/build.yml @@ -25,15 +25,23 @@ paths: - artifacts
-build-amd: +# build-amd: +# extends: .build +# tags: +# - amd-gpu +# variables: +# VK_LOADER_DRIVERS_SELECT: 'radeon_*' + +# build-llvmpipe: +# extends: .build +# allow_failure: true +# variables: +# VK_LOADER_DRIVERS_SELECT: 'lvp_*' + +test-amd: extends: .build tags: - amd-gpu - variables: - VK_LOADER_DRIVERS_SELECT: 'radeon_*' - -build-llvmpipe: - extends: .build - allow_failure: true - variables: - VK_LOADER_DRIVERS_SELECT: 'lvp_*' + script: + - ls -hl /dev/dri + - id