2018-04-25 16:17:21 +00:00
|
|
|
image: najeraoscar/latex-emacs-min
|
2018-04-18 22:44:54 +00:00
|
|
|
|
2018-05-01 21:33:17 +00:00
|
|
|
variables:
|
|
|
|
GIT_SUBMODULE_STRATEGY: recursive
|
|
|
|
|
|
|
|
before_script:
|
|
|
|
- ./installs.sh
|
|
|
|
|
2018-04-18 22:44:54 +00:00
|
|
|
test:
|
|
|
|
script:
|
2023-10-21 23:53:54 +00:00
|
|
|
- emacs --batch -Q --script genfiles.el
|
|
|
|
- cd doc; hugo
|
2018-04-18 22:44:54 +00:00
|
|
|
except:
|
2023-10-21 23:53:54 +00:00
|
|
|
- master
|
2018-04-18 22:44:54 +00:00
|
|
|
|
|
|
|
artifacts:
|
|
|
|
paths:
|
|
|
|
- doc/public
|
2023-10-21 23:53:54 +00:00
|
|
|
- org-cv-exports
|
|
|
|
when: always
|
2018-05-01 21:33:17 +00:00
|
|
|
|
|
|
|
pages:
|
|
|
|
script:
|
2023-10-21 23:53:54 +00:00
|
|
|
- emacs --batch -Q --script genfiles.el
|
|
|
|
- cd doc; hugo
|
|
|
|
- mv public/ ../public/ # Because I remain now in the doc folder
|
2018-05-01 21:33:17 +00:00
|
|
|
artifacts:
|
|
|
|
paths:
|
|
|
|
- public
|
|
|
|
only:
|
2023-10-21 23:53:54 +00:00
|
|
|
- master
|