summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Jeanmougin <marcjeanmougin@free.fr>2017-11-22 07:42:56 +0000
committerMarc Jeanmougin <marcjeanmougin@free.fr>2017-11-22 07:42:56 +0000
commit79c9be4d2a14d4d52032fcda0de42d12ef9d4b38 (patch)
tree30fc791e6392fb7b3fa4ee1c736fa88a0c16a013
parenttry to build doc on CI (diff)
downloadinkscape-79c9be4d2a14d4d52032fcda0de42d12ef9d4b38.tar.gz
inkscape-79c9be4d2a14d4d52032fcda0de42d12ef9d4b38.zip
Update .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 8235a3555..5620771ed 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -112,12 +112,12 @@ pages:
- clang
script:
- mkdir -p public/
- - if test -e scan; then cp -r scan/* public; fi
- - if test -e doxygen; then cp -r doxygen/html/ public/doxygen/; fi
- - if test -e doxygen-extensions; then cp -r doxygen/html/ public/doxygen-extensions/; fi
+ - echo '<html><head><meta http-equiv="refresh" content="0; url=scan-build/index.html"></head><body></body></html>' > public/index.html
+ - if test -e scan; then cp -rv scan/* public/scan-build; fi
+ - if test -e doxygen; then cp -rv doc/doxygen/html public/doxygen; fi
+ - if test -e doxygen-extensions; then cp -rv doc/doxygen/html public/doxygen-extensions; fi
artifacts:
paths:
- public
only:
- - master
- schedules