org-cv/.gitlab-ci.yml

15 lines
217 B
YAML
Raw Normal View History

2018-04-25 16:17:21 +00:00
image: najeraoscar/latex-emacs-min
test:
script:
2018-05-01 16:14:16 +00:00
- ./installs.sh
2018-04-19 11:19:05 +00:00
- emacs --batch -Q --script genfiles.el
- cd doc; hugo
except:
- master
artifacts:
paths:
2018-05-01 16:14:16 +00:00
- org-cv-exports
- doc/public