1
0
Fork 0
mirror of synced 2024-06-26 10:10:35 +12:00
FiraCode/.github/workflows/build.yml
Matej Focko 15f7925625 Add GitHub Action for building
- Add script to bootstrap GitHub action
- Build fonts
- Upload directory with built fonts as artifacts

Signed-off-by: Matej Focko <me@mfocko.xyz>
2021-02-10 19:52:50 +01:00

20 lines
437 B
YAML

name: Build Fira Code
on: [push]
jobs:
build:
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
with:
name: Fira_Code
path: distr