summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-05-27 16:53:40 (GMT)
committerBrad King <brad.king@kitware.com>2020-05-27 16:55:26 (GMT)
commitfb20f4f70bff4c9b088c2f2bdd5668c0afa4076c (patch)
tree7b08e33af095a1d65eb81d6c72d96d67ae318a8a /.gitlab-ci.yml
parent08f1ee1f5321f5eabfec7b0ce9f565e58cd590be (diff)
downloadCMake-fb20f4f70bff4c9b088c2f2bdd5668c0afa4076c.zip
CMake-fb20f4f70bff4c9b088c2f2bdd5668c0afa4076c.tar.gz
CMake-fb20f4f70bff4c9b088c2f2bdd5668c0afa4076c.tar.bz2
gitlab-ci: Use a shorter work directory
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a8b31da..533a999 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,13 +17,13 @@
image: "kitware/cmake:ci-fedora31-x86_64-2020-05-08"
variables:
- GIT_CLONE_PATH: "$CI_BUILDS_DIR/gitlab-kitware-cmake ci"
+ GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci"
.debian10: &debian10
image: "kitware/cmake:ci-debian10-x86_64-2020-04-27"
variables:
- GIT_CLONE_PATH: "$CI_BUILDS_DIR/gitlab-kitware-cmake ci"
+ GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci"
.debian10_iwyu: &debian10_iwyu
extends: .debian10
@@ -72,7 +72,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.
- GIT_CLONE_PATH: "$CI_BUILDS_DIR/gitlab-kitware-cmake ci"
+ GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci"
.macos_ninja: &macos_ninja
extends: .macos
@@ -97,7 +97,7 @@
# 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\\gitlab-kitware-cmake ci"
+ #GIT_CLONE_PATH: "$CI_BUILDS_DIR\\cmake ci"
.windows_ninja: &windows_ninja
extends: .windows