forked from mirrors/org-cv
install wget in container
This commit is contained in:
parent
ec217f1f0e
commit
027cd07696
1 changed files with 5 additions and 1 deletions
|
@ -2,10 +2,14 @@ image: najeraoscar/latex-emacs-min
|
||||||
|
|
||||||
test:
|
test:
|
||||||
script:
|
script:
|
||||||
- apt-get update
|
- apt-get update && apt install wget
|
||||||
- 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
|
||||||
|
- cd ~/tex/latex/; git clone https://github.com/Titan-C/AltaCV.git
|
||||||
|
- emacs --batch -Q --script genfiles.el
|
||||||
|
- cd org-cv-exports; latex -pdf altacv.org.tex
|
||||||
- cd doc; hugo
|
- cd doc; hugo
|
||||||
except:
|
except:
|
||||||
- master
|
- master
|
||||||
|
|
Loading…
Reference in a new issue