Add new file

This commit is contained in:
Dorian Zedler 2020-04-08 20:21:15 +00:00
parent d078505c8c
commit ead4743378

16
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,16 @@
pages:
script:
- mkdir -p docs
- cd docs
- apt install doxygen texlive-base texlive-latex-extra texlive-fonts-extra texlive-fonts-recommended python3-pip
- doxygen ./Doxyfile-mcss
- cd ./latex
- make
- cp refman.pdf ../html/ConnectFour.pdf
- cd ../
- mv ./html/ ../public/
artifacts:
paths:
- public
only:
- master