2019-10-03 20:01:03 +00:00
|
|
|
image: openlp/documentation
|
2019-04-17 18:43:05 +00:00
|
|
|
|
2019-04-16 20:51:48 +00:00
|
|
|
pages:
|
2019-04-17 18:43:05 +00:00
|
|
|
stage: deploy
|
2019-04-16 20:51:48 +00:00
|
|
|
script:
|
|
|
|
- cd manual
|
|
|
|
- make html
|
|
|
|
- mv build/html/ ../public/
|
2019-10-03 20:01:03 +00:00
|
|
|
- make latex
|
|
|
|
- cd build/latex
|
|
|
|
- make all-pdf
|
|
|
|
- mv OpenLP.pdf ../../../public/
|
2019-04-16 20:51:48 +00:00
|
|
|
artifacts:
|
|
|
|
paths:
|
|
|
|
- public
|
|
|
|
only:
|
|
|
|
- master
|
2019-04-17 18:43:05 +00:00
|
|
|
|
|
|
|
test:
|
|
|
|
stage: test
|
|
|
|
script:
|
|
|
|
- cd manual
|
|
|
|
- make html
|
|
|
|
- mv build/html/ ../test/
|
2019-10-03 20:01:03 +00:00
|
|
|
- make latex
|
|
|
|
- cd build/latex
|
|
|
|
- make all-pdf
|
|
|
|
- mv OpenLP.pdf ../../../test/
|
2019-04-17 18:43:05 +00:00
|
|
|
artifacts:
|
|
|
|
paths:
|
|
|
|
- test
|
|
|
|
except:
|
|
|
|
- master
|