more specific install

This commit is contained in:
Óscar Nájera 2018-04-25 13:49:13 +02:00
parent 7e4af5d18e
commit 7272aab354

View file

@ -7,7 +7,8 @@ test:
- dpkg -i hugo*.deb - dpkg -i hugo*.deb
- hugo version - hugo version
- mkdir -p ~/tex/latex - mkdir -p ~/tex/latex
- cd ~/tex/latex/; git clone https://github.com/Titan-C/AltaCV.git - 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 - emacs --batch -Q --script genfiles.el
- cd org-cv-exports; latex -pdf altacv.org.tex - cd org-cv-exports; latex -pdf altacv.org.tex
- cd doc; hugo - cd doc; hugo