try local docker ci

This commit is contained in:
Óscar Nájera 2018-04-25 15:19:53 +02:00
parent c039870d2d
commit 53e75219d1
2 changed files with 1 additions and 3 deletions

View file

@ -1,4 +1,4 @@
image: najeraoscar/latex-emacs-min image: latex-emacs-min-org
test: test:
script: script:
@ -6,7 +6,6 @@ test:
- wget https://github.com/gohugoio/hugo/releases/download/v0.39/hugo_0.39_Linux-64bit.deb - wget https://github.com/gohugoio/hugo/releases/download/v0.39/hugo_0.39_Linux-64bit.deb
- dpkg -i hugo*.deb - dpkg -i hugo*.deb
- hugo version - hugo version
- mkdir -p ~/tex/latex
- git clone https://github.com/Titan-C/AltaCV.git /usr/share/texmf/tex/latex/AltaCV - git clone https://github.com/Titan-C/AltaCV.git /usr/share/texmf/tex/latex/AltaCV
- emacs --batch --load /tmp/install-org.el - emacs --batch --load /tmp/install-org.el
- emacs --batch -Q --script genfiles.el - emacs --batch -Q --script genfiles.el

View file

@ -29,5 +29,4 @@
)) ))
(export-latex "altacv.org") (export-latex "altacv.org")
(message "yo")
(copy-directory workdir cwd) (copy-directory workdir cwd)