File tree Expand file tree Collapse file tree 3 files changed +6
-14
lines changed
Expand file tree Collapse file tree 3 files changed +6
-14
lines changed Original file line number Diff line number Diff line change 1- name : Build Fira Code
2-
31on : [push]
4-
52jobs :
63 build :
74 runs-on : ubuntu-latest
8- name : Build
5+ container : tonsky/firacode:latest
96 steps :
107 - uses : actions/checkout@v2
11- - run : echo "FIRA_CODE_VERSION=$(python3 ./script/version.py)" >> $GITHUB_ENV
12- - run : ./script/bootstrap_linux.sh
8+ - run : echo ${GITHUB_REF#refs/heads/}
9+ - run : echo "version=$(git rev-parse --short $GITHUB_SHA)" >> $GITHUB_ENV
1310 - run : ./script/build.sh
1411 - uses : actions/upload-artifact@v2
1512 with :
16- name : Fira_Code_v ${{ env.FIRA_CODE_VERSION }}
13+ name : Fira_Code_ ${{ env.version }}
1714 path : distr
Original file line number Diff line number Diff line change @@ -2,12 +2,8 @@ FROM python:3
22
33WORKDIR /opt
44
5- RUN pip install -U Pillow==5.4.1 idna==2.8 requests==2.21.0 urllib3==1.24.1
6- RUN pip install pycairo
7- RUN pip install git+https://github.com/googlefonts/gftools
8- RUN pip install fontmake
5+ RUN pip install --upgrade Pillow==5.4.1 idna==2.8 requests==2.21.0 urllib3==1.24.1 pycairo==1.20.1 gftools==0.7.4 fontmake==2.4.0 fontbakery==0.8.0
96RUN apt-get update && \
107 apt-get install -y ttfautohint && \
118 apt-get install -y woff2 && \
12- apt-get install -y sfnt2woff-zopfli
13- RUN pip install fontbakery
9+ apt-get install -y sfnt2woff-zopfli
Original file line number Diff line number Diff line change @@ -131396,7 +131396,6 @@ instanceInterpolations = {
131396131396name = Regular;
131397131397},
131398131398{
131399- exports = 0;
131400131399customParameters = (
131401131400{
131402131401name = weightClass;
You can’t perform that action at this time.
0 commit comments