aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-11-26 16:07:42 +0100
committerDavid Robillard <d@drobilla.net>2020-11-26 17:09:18 +0100
commit8f5d0ac919a95958636723501c6ea5f1d4cc0829 (patch)
treecf635b2a9dcc94b78cbe1639733ad82e4f9f2526 /.gitlab-ci.yml
parent503ba93a4ebf316ab01b468808e4cda2da8b863e (diff)
downloadpugl-8f5d0ac919a95958636723501c6ea5f1d4cc0829.tar.gz
pugl-8f5d0ac919a95958636723501c6ea5f1d4cc0829.tar.bz2
pugl-8f5d0ac919a95958636723501c6ea5f1d4cc0829.zip
Build documentation on CI
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml9
1 files changed, 7 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 42d14cd..c0d0330 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -43,7 +43,7 @@ arm64_rel:
x64_dbg:
<<: *build_definition
image: lv2plugin/debian-x64
- script: python ./waf configure build -dST --werror --no-coverage --docs
+ script: python3 ./waf configure build -dST --werror --no-coverage --docs
artifacts:
paths:
- build/doc
@@ -108,7 +108,12 @@ win_rel:
pages:
stage: deploy
- script: mv build/doc/html/ public/
+ script:
+ - mkdir public
+ - mkdir public/c
+ - mkdir public/cpp
+ - mv build/doc/c/singlehtml/ public/c/singlehtml/
+ - mv build/doc/cpp/singlehtml/ public/cpp/singlehtml/
dependencies:
- x64_dbg
artifacts: