Browse Source

Removed binaries from git, fixed variable + Retina, added version to CI

Nikita Prokopov 3 years ago
parent
commit
6bf3854628

+ 6 - 9
.github/workflows/build.yml

@@ -7,14 +7,11 @@ jobs:
     runs-on: ubuntu-latest
     name: Build
     steps:
-    - name: Checkout the latest commit
-      uses: actions/checkout@v2
-    - name: Install dependencies
-      run: bash -ex ./script/bootstrap_action
-    - name: Build fonts
-      run: bash -e ./script/build
-    - name: Upload built fonts
-      uses: actions/upload-artifact@v2
+    - uses: actions/checkout@v2
+    - run: echo "FIRA_CODE_VERSION=$(python3 ./script/version.py)" >> $GITHUB_ENV
+    - run: ./script/bootstrap_linux.sh
+    - run: ./script/build.sh
+    - uses: actions/upload-artifact@v2
       with:
-        name: Fira_Code
+        name: Fira_Code_v${{ env.FIRA_CODE_VERSION }}
         path: distr

+ 7 - 1
.gitignore

@@ -4,9 +4,15 @@ FiraCode_mess.glyphs
 target
 clojure/*.edn
 FiraCode\ (Autosaved).glyphs
+FiraCode_VF.glyphs
 .cpcache
 master_ufo
 instance_ufo
 venv
 .DS_Store
-*.numbers
+*.numbers
+distr/ttf
+distr/otf
+distr/woff
+distr/woff2
+distr/variable_ttf

BIN
distr/ttf/FiraCode-Bold.ttf


BIN
distr/ttf/FiraCode-Light.ttf


BIN
distr/ttf/FiraCode-Medium.ttf


BIN
distr/ttf/FiraCode-Regular.ttf


BIN
distr/ttf/FiraCode-Retina.ttf


BIN
distr/ttf/FiraCode-SemiBold.ttf


BIN
distr/variable_ttf/FiraCode-VF.ttf


BIN
distr/woff/FiraCode-Bold.woff


Some files were not shown because too many files changed in this diff