summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2017-11-22 23:44:12 +0000
committerMarc Jeanmougin <marc@jeanmougin.fr>2017-11-22 23:44:12 +0000
commit01c55ae4fdc9fa62bf1f48ccf79008e4c8c77d2e (patch)
tree95e4b7be769f2db4f641e762b65e2a83a32561d9 /.gitlab-ci.yml
parentMerge branch 'master' of gitlab.com:marcjeanmougin/inkscape (diff)
downloadinkscape-01c55ae4fdc9fa62bf1f48ccf79008e4c8c77d2e.tar.gz
inkscape-01c55ae4fdc9fa62bf1f48ccf79008e4c8c77d2e.zip
Add index page
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b34d9fd22..5fe5730e8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -112,10 +112,10 @@ pages:
- clang
script:
- mkdir -p public/
- - echo '<html><head><meta http-equiv="refresh" content="0; url=scan-build/index.html"></head><body></body></html>' > public/index.html
+ - sed "s/%DATE%/$(date '+%B %d, %Y')/" buildtools/ci-index.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
+ - if test -e doc/doxygen-extensions; then cp -rv doc/doxygen-extensions/html public/doxygen-extensions; fi
artifacts:
paths:
- public