ci: Simplify LLVM/Clang CI job specs on Windows

Move environment setup to job-specific scripts so we can reuse
the common `.cmake_test_windows_external` code path.
This commit is contained in:
Brad King
2022-11-10 09:33:45 -05:00
parent 8ba5835c8d
commit 3eb94e4d51
4 changed files with 7 additions and 15 deletions
+2
View File
@@ -0,0 +1,2 @@
. .gitlab/ci/ninja-env.ps1
. .gitlab/ci/clang-env.ps1
+1
View File
@@ -0,0 +1 @@
. .gitlab/ci/clang-env.ps1