tests: Add contributing and installation to doc job
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user