[ci] split latex font download
This commit is contained in:
parent
dc4146111b
commit
e76fe6fbb2
|
@ -1,4 +1,11 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
|
misc:
|
||||||
|
group: prepare
|
||||||
|
image: alpine
|
||||||
|
commands:
|
||||||
|
- apk add --no-cache make wget
|
||||||
|
- make fonts
|
||||||
|
|
||||||
inkscape:
|
inkscape:
|
||||||
group: prepare
|
group: prepare
|
||||||
image: jess/inkscape
|
image: jess/inkscape
|
||||||
|
@ -25,7 +32,6 @@ pipeline:
|
||||||
group: build
|
group: build
|
||||||
image: tianon/latex
|
image: tianon/latex
|
||||||
commands:
|
commands:
|
||||||
- apt-get update && apt-get -y install wget
|
|
||||||
- ./compile.sh latex
|
- ./compile.sh latex
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
|
|
|
@ -10,8 +10,6 @@ case "$1" in
|
||||||
done
|
done
|
||||||
;;
|
;;
|
||||||
"latex")
|
"latex")
|
||||||
make fonts
|
|
||||||
|
|
||||||
for presi in latex/*;do
|
for presi in latex/*;do
|
||||||
[ -e "$presi/index.tex" ] && make "$presi/index.pdf" || true
|
[ -e "$presi/index.tex" ] && make "$presi/index.pdf" || true
|
||||||
done
|
done
|
||||||
|
|
Reference in a new issue