diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2017-11-22 23:21:12 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marc@jeanmougin.fr> | 2017-11-22 23:21:12 +0000 |
| commit | 22d438812f28856a4c6ec7634c771e30570edab7 (patch) | |
| tree | e888b6264c4c64a3a047e22d8e322682d68fe6d4 | |
| parent | Merge http://gitlab.com/inkscape/inkscape (diff) | |
| parent | Update .gitlab-ci.yml (diff) | |
| download | inkscape-22d438812f28856a4c6ec7634c771e30570edab7.tar.gz inkscape-22d438812f28856a4c6ec7634c771e30570edab7.zip | |
Merge branch 'master' of gitlab.com:marcjeanmougin/inkscape
| -rw-r--r-- | .gitlab-ci.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8235a3555..b34d9fd22 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 doc/doxygen; then cp -rv doc/doxygen/html public/doxygen; fi + - if test -e doc/doxygen-extensions; then cp -rv doc/doxygen/html public/doxygen-extensions; fi artifacts: paths: - public only: - - master - schedules |
