gnome-mono-font/.gitlab-ci.yml
2024-12-06 21:54:32 +00:00

17 lines
364 B
YAML

include:
- remote: "https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/e195d80f35b45cc73668be3767b923fd76c70ed5/templates/fedora.yml"
stages:
- generate
generate:
stage: generate
script:
- dnf install -y npm ttfautohint
- npm install
- npm run clean
- npm run build -- contents::GnomeMono
artifacts:
paths:
- dist