Skip to content

Commit 6bf3854

Browse files
committed
Removed binaries from git, fixed variable + Retina, added version to CI
1 parent f1f9767 commit 6bf3854

31 files changed

+78
-119
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,11 @@ jobs:
77
runs-on: ubuntu-latest
88
name: Build
99
steps:
10-
- name: Checkout the latest commit
11-
uses: actions/checkout@v2
12-
- name: Install dependencies
13-
run: bash -ex ./script/bootstrap_action
14-
- name: Build fonts
15-
run: bash -e ./script/build
16-
- name: Upload built fonts
17-
uses: actions/upload-artifact@v2
10+
- uses: actions/checkout@v2
11+
- run: echo "FIRA_CODE_VERSION=$(python3 ./script/version.py)" >> $GITHUB_ENV
12+
- run: ./script/bootstrap_linux.sh
13+
- run: ./script/build.sh
14+
- uses: actions/upload-artifact@v2
1815
with:
19-
name: Fira_Code
16+
name: Fira_Code_v${{ env.FIRA_CODE_VERSION }}
2017
path: distr

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,15 @@ FiraCode_mess.glyphs
44
target
55
clojure/*.edn
66
FiraCode\ (Autosaved).glyphs
7+
FiraCode_VF.glyphs
78
.cpcache
89
master_ufo
910
instance_ufo
1011
venv
1112
.DS_Store
12-
*.numbers
13+
*.numbers
14+
distr/ttf
15+
distr/otf
16+
distr/woff
17+
distr/woff2
18+
distr/variable_ttf

distr/ttf/FiraCode-Bold.ttf

-317 KB
Binary file not shown.

distr/ttf/FiraCode-Light.ttf

-278 KB
Binary file not shown.

distr/ttf/FiraCode-Medium.ttf

-288 KB
Binary file not shown.

distr/ttf/FiraCode-Regular.ttf

-292 KB
Binary file not shown.

distr/ttf/FiraCode-Retina.ttf

-288 KB
Binary file not shown.

distr/ttf/FiraCode-SemiBold.ttf

-304 KB
Binary file not shown.

distr/variable_ttf/FiraCode-VF.ttf

-254 KB
Binary file not shown.

distr/woff/FiraCode-Bold.woff

-137 KB
Binary file not shown.

0 commit comments

Comments
 (0)