tests: Add contributing and installation to doc job

This commit is contained in:
Tom Henderson
2023-03-09 10:58:18 -08:00
parent b68ebc98a7
commit 2877f9cc70

View File

@@ -98,3 +98,27 @@ models:
# - mv build/latex/ns-3-model-library.pdf ../../public
# only:
# - master
contributing:
extends: .doc
script:
# - mkdir -p public/contributing
- cd doc/contributing
- make html
- make latexpdf
# - mv build/html ../../public/manual
# - mv build/latex/ns-3-manual.pdf ../../public/
# only:
# - master
installation:
extends: .doc
script:
# - mkdir -p public/installation
- cd doc/installation
- make html
- make latexpdf
# - mv build/html ../../public/manual
# - mv build/latex/ns-3-manual.pdf ../../public/
# only:
# - master