From 1cda8afc076f8d8f6d32f6013b7582ed32c9bbc6 Mon Sep 17 00:00:00 2001 From: Giovanni Mascellani Date: Thu, 30 Oct 2025 19:36:24 +0100 Subject: [PATCH] ci: Exclude the WARP driver from the test-win-32 and test-win-64 artifacts. --- gitlab/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitlab/test.yml b/gitlab/test.yml index 6eefaeb78..b0727fa3c 100644 --- a/gitlab/test.yml +++ b/gitlab/test.yml @@ -16,6 +16,8 @@ when: always paths: - artifacts + exclude: + - artifacts/**/d3d10warp.dll test-win-64: extends: .test-win