File tree 1 file changed +19
-16
lines changed
1 file changed +19
-16
lines changed Original file line number Diff line number Diff line change @@ -29,19 +29,22 @@ apt-run: &apt-install
29
29
fonts-freefont-otf \
30
30
fonts-humor-sans
31
31
32
- fonts-run : &fonts-install
33
- - restore_cache :
34
- key : fonts-2
35
- - run :
36
- name : Install custom fonts
37
- command : |
38
- mkdir -p ~/.local/share/fonts
39
- wget -nc https://github.com/google/fonts/blob/master/ofl/felipa/Felipa-Regular.ttf?raw=true -O ~/.local/share/fonts/Felipa-Regular.ttf || true
40
- fc-cache -f -v
41
- - save_cache :
42
- key : fonts-2
43
- paths :
44
- - ~/.local/share/fonts/
32
+ commands :
33
+ fonts-install :
34
+ description : Install custom fonts
35
+ steps :
36
+ - restore_cache :
37
+ key : fonts-2
38
+ - run :
39
+ name : Install custom fonts
40
+ command : |
41
+ mkdir -p ~/.local/share/fonts
42
+ wget -nc https://github.com/google/fonts/blob/master/ofl/felipa/Felipa-Regular.ttf?raw=true -O ~/.local/share/fonts/Felipa-Regular.ttf || true
43
+ fc-cache -f -v
44
+ - save_cache :
45
+ key : fonts-2
46
+ paths :
47
+ - ~/.local/share/fonts/
45
48
46
49
pip-run : &pip-install
47
50
# Upgrade pip and setuptools and wheel to get as clean an install as possible
88
91
- checkout
89
92
90
93
- run : *apt-install
91
- - * fonts-install
94
+ - fonts-install
92
95
- run : *pip-install
93
96
- run :
94
97
<< : *deps-install
@@ -112,7 +115,7 @@ jobs:
112
115
- checkout
113
116
114
117
- run : *apt-install
115
- - * fonts-install
118
+ - fonts-install
116
119
- run : *pip-install
117
120
118
121
- run : *deps-install
@@ -134,7 +137,7 @@ jobs:
134
137
- checkout
135
138
136
139
- run : *apt-install
137
- - * fonts-install
140
+ - fonts-install
138
141
- run : *pip-install
139
142
140
143
- run : *deps-install
You can’t perform that action at this time.
0 commit comments