summaryrefslogtreecommitdiffstats
path: root/.gitlab/ci/env_windows_openwatcom1.9.ps1
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-04-05 14:38:06 (GMT)
committerBrad King <brad.king@kitware.com>2023-04-05 14:46:15 (GMT)
commit430aa379d41ee3890957d070a0105468369ab755 (patch)
treee2a38b7c96e8529e8a4e6f953d87b39b496b5845 /.gitlab/ci/env_windows_openwatcom1.9.ps1
parenteb2bdbd3013f482c4db5c599c1c528ad0e7eb92d (diff)
downloadCMake-430aa379d41ee3890957d070a0105468369ab755.zip
CMake-430aa379d41ee3890957d070a0105468369ab755.tar.gz
CMake-430aa379d41ee3890957d070a0105468369ab755.tar.bz2
ci: De-duplicate Windows test script for OpenWatcom job
Move job-specific setup to an environment script.
Diffstat (limited to '.gitlab/ci/env_windows_openwatcom1.9.ps1')
-rwxr-xr-x.gitlab/ci/env_windows_openwatcom1.9.ps11
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab/ci/env_windows_openwatcom1.9.ps1 b/.gitlab/ci/env_windows_openwatcom1.9.ps1
new file mode 100755
index 0000000..49c28f7
--- /dev/null
+++ b/.gitlab/ci/env_windows_openwatcom1.9.ps1
@@ -0,0 +1 @@
+. .gitlab/ci/openwatcom-env.ps1