Commit 1a09c365 authored by Olivier Crête's avatar Olivier Crête

Deploy documentation

parent 563bee29
stages: stages:
- build - build
- test - test
- deploy
build autotools: build autotools:
stage: build stage: build
...@@ -125,3 +126,16 @@ submit-to-coverity: ...@@ -125,3 +126,16 @@ submit-to-coverity:
- cov-build --dir cov-int make -j4 - cov-build --dir cov-int make -j4
- tar czvf libnice.tgz cov-int - tar czvf libnice.tgz cov-int
- curl --form token=$COVERITY_TOKEN --form email=olivier.crete@ocrete.ca --form file=@libnice.tgz --form version="${CI_COMMIT_REF_NAME}-${CI_COMMIT_SHA}" --form description="CI weekly run" https://scan.coverity.com/builds?project=libnice - curl --form token=$COVERITY_TOKEN --form email=olivier.crete@ocrete.ca --form file=@libnice.tgz --form version="${CI_COMMIT_REF_NAME}-${CI_COMMIT_SHA}" --form description="CI weekly run" https://scan.coverity.com/builds?project=libnice
pages:
stage: deploy
dependencies:
- doc-and-install meson
only:
- tags
artifacts:
paths:
- public
script:
- mv build/docs/reference/libnice/html/ public/
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment