[ci] split latex font download

master
Simon Bruder 2018-06-10 10:39:25 +00:00
parent dc4146111b
commit e76fe6fbb2
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
2 changed files with 7 additions and 3 deletions

View File

@ -1,4 +1,11 @@
pipeline:
misc:
group: prepare
image: alpine
commands:
- apk add --no-cache make wget
- make fonts
inkscape:
group: prepare
image: jess/inkscape
@ -25,7 +32,6 @@ pipeline:
group: build
image: tianon/latex
commands:
- apt-get update && apt-get -y install wget
- ./compile.sh latex
publish:

View File

@ -10,8 +10,6 @@ case "$1" in
done
;;
"latex")
make fonts
for presi in latex/*;do
[ -e "$presi/index.tex" ] && make "$presi/index.pdf" || true
done