[ci] split latex font download
This commit is contained in:
parent
dc4146111b
commit
e76fe6fbb2
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Reference in a new issue