diff options
| author | Ted Gould <ted@gould.cx> | 2017-06-11 00:35:39 +0000 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2017-06-11 00:35:39 +0000 |
| commit | 93af1f5b864c9f426a1e8b3a488ea6561c099968 (patch) | |
| tree | 8fa8b3d45690b8474b8dfe10e037b71b254593e4 /.gitlab-ci.yml | |
| parent | Setup the ccache directory as a cache (diff) | |
| download | inkscape-93af1f5b864c9f426a1e8b3a488ea6561c099968.tar.gz inkscape-93af1f5b864c9f426a1e8b3a488ea6561c099968.zip | |
Add a _LAUNCHER on the variables
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 18944ecae..34db594a4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,7 @@ inkscape: script: - mkdir -p build - cd build - - cmake .. -DCMAKE_C_COMPILER=ccache -DCMAKE_CXX_COMPILER=ccache -DCMAKE_BUILD_TYPE=Debug + - cmake .. -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_BUILD_TYPE=Debug - make - cd .. - tar vfcz inkscape-build.tgz build/ |
