From 5878eca643ebe9d0a93efe7f980889be4955dc43 Mon Sep 17 00:00:00 2001 From: Samuel Pitoiset Date: Thu, 9 Jun 2022 12:05:07 +0200 Subject: [PATCH] ci: add VKD3D_PROTON_RESULTS to the list of variables to pass down for testing Signed-off-by: Samuel Pitoiset Reviewed-by: Martin Roukala Part-of: --- .gitlab-ci/common/generate-env.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci/common/generate-env.sh b/.gitlab-ci/common/generate-env.sh index 9fab0cd7cf9..bb3c73c5d4b 100755 --- a/.gitlab-ci/common/generate-env.sh +++ b/.gitlab-ci/common/generate-env.sh @@ -113,6 +113,7 @@ for var in \ VK_CPU \ VK_DRIVER \ VK_ICD_FILENAMES \ + VKD3D_PROTON_RESULTS \ ; do if [ -n "${!var+x}" ]; then echo "export $var=${!var@Q}"