mirror of
https://gitlab.com/Titan-C/org-cv.git
synced 2024-11-14 18:48:30 +00:00
try local docker ci
This commit is contained in:
parent
c039870d2d
commit
53e75219d1
2 changed files with 1 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
image: najeraoscar/latex-emacs-min
|
||||
image: latex-emacs-min-org
|
||||
|
||||
test:
|
||||
script:
|
||||
|
@ -6,7 +6,6 @@ test:
|
|||
- wget https://github.com/gohugoio/hugo/releases/download/v0.39/hugo_0.39_Linux-64bit.deb
|
||||
- dpkg -i hugo*.deb
|
||||
- hugo version
|
||||
- mkdir -p ~/tex/latex
|
||||
- git clone https://github.com/Titan-C/AltaCV.git /usr/share/texmf/tex/latex/AltaCV
|
||||
- emacs --batch --load /tmp/install-org.el
|
||||
- emacs --batch -Q --script genfiles.el
|
||||
|
|
|
@ -29,5 +29,4 @@
|
|||
))
|
||||
|
||||
(export-latex "altacv.org")
|
||||
(message "yo")
|
||||
(copy-directory workdir cwd)
|
||||
|
|
Loading…
Reference in a new issue