diff options
| -rw-r--r-- | .gitlab-ci.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e2c83a4e2..d805634be 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,7 +31,7 @@ inkscape: - inkscape-build.tgz clang: - stage:build + stage: build script: - apt-get install -y clang-3.8 - mkdir -p clang-build @@ -39,7 +39,8 @@ clang: - scan-build -o cmake .. -DCMAKE_BUILD_TYPE=Debug - VERBOSE=1 scan-build -o ../scan make artifacts: - - scan/ + paths: + - scan/ test: stage: test @@ -57,6 +58,5 @@ pages: artifacts: paths: - public/ - only: - - master - + only: + - master |
