diff options
| author | Eduard Braun <eduard.braun2@gmx.de> | 2017-07-20 21:02:49 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2017-07-20 21:02:49 +0000 |
| commit | ecf3b87690b94314dc715c7a047bc90ca0a4acdd (patch) | |
| tree | 042518dcc9d1b833c6c917dca06717d828b43603 /.gitlab-ci.yml | |
| parent | Adjust the tooltip strings of the objects center point (diff) | |
| download | inkscape-ecf3b87690b94314dc715c7a047bc90ca0a4acdd.tar.gz inkscape-ecf3b87690b94314dc715c7a047bc90ca0a4acdd.zip | |
CI/GitLab: Speed up build by limiting clone depth
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9860f4f0f..357372dc7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,9 @@ # the new ones here in these builds. image: registry.gitlab.com/inkscape/inkscape-ci-docker/master +variables: + GIT_DEPTH: "10" + cache: paths: - ccache/ |
