diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2017-07-20 22:20:05 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marc@jeanmougin.fr> | 2017-07-20 22:20:05 +0000 |
| commit | 55ab553c385fd7c58f3826f7ca6dd60bd520eaeb (patch) | |
| tree | e62c434ab22e81c73b2b8a8eeffd4efc10620f10 /.gitlab-ci.yml | |
| parent | remove add_dependency (diff) | |
| parent | cmake: cleanup man page generation (diff) | |
| download | inkscape-55ab553c385fd7c58f3826f7ca6dd60bd520eaeb.tar.gz inkscape-55ab553c385fd7c58f3826f7ca6dd60bd520eaeb.zip | |
Merge branch 'master' of gitlab.com:inkscape/inkscape
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 dcff3ebf5..0b4356059 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/ |
