org-cv/.gitlab-ci.yml

20 lines
533 B
YAML
Raw Normal View History

2018-04-25 16:17:21 +00:00
image: najeraoscar/latex-emacs-min
test:
script:
2018-04-19 11:22:47 +00:00
- apt-get update && apt install -y wget git
- wget https://github.com/gohugoio/hugo/releases/download/v0.39/hugo_0.39_Linux-64bit.deb
- dpkg -i hugo*.deb
- hugo version
2018-04-25 11:49:13 +00:00
- git clone https://github.com/Titan-C/AltaCV.git /usr/share/texmf/tex/latex/AltaCV
- emacs --batch --load /tmp/install-org.el
2018-04-19 11:19:05 +00:00
- emacs --batch -Q --script genfiles.el
- cd org-cv-exports; latex -pdf altacv.org.tex
- cd doc; hugo
except:
- master
artifacts:
paths:
- doc/public