diff options
author | Brad King <brad.king@kitware.com> | 2020-05-27 16:56:33 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-05-27 16:56:33 (GMT) |
commit | dc2f964e16cbf5cfc70772fcdaba6846df252b79 (patch) | |
tree | 32f9abdf899b04c29e51daab16c338306cd3f9c0 /.gitlab-ci.yml | |
parent | fb20f4f70bff4c9b088c2f2bdd5668c0afa4076c (diff) | |
download | CMake-dc2f964e16cbf5cfc70772fcdaba6846df252b79.zip CMake-dc2f964e16cbf5cfc70772fcdaba6846df252b79.tar.gz CMake-dc2f964e16cbf5cfc70772fcdaba6846df252b79.tar.bz2 |
gitlab-ci: Use stable build path on Windows
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 533a999..a5dde59 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -96,8 +96,7 @@ # change between the build and test stages which CMake doesn't support. # Even if we could, it could change if other runners on the machine # could run at the same time, so we drop it. - # Blocked on https://gitlab.com/gitlab-org/gitlab-runner/-/merge_requests/2122 - #GIT_CLONE_PATH: "$CI_BUILDS_DIR\\cmake ci" + GIT_CLONE_PATH: "$CI_BUILDS_DIR\\cmake ci" .windows_ninja: &windows_ninja extends: .windows |