[cantarell-fonts/ufo-conversion] Update CI script to include variable font
- From: Nikolaus Waxweiler <nwaxweiler src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cantarell-fonts/ufo-conversion] Update CI script to include variable font
- Date: Mon, 25 Mar 2019 21:42:16 +0000 (UTC)
commit e9e87ab1cb9062d87253c73922acfda61018761e
Author: Nikolaus Waxweiler <madigens gmail com>
Date: Mon Mar 25 21:41:54 2019 +0000
Update CI script to include variable font
.gitlab-ci.yml | 4 +++-
prebuilt/meson.build | 1 +
2 files changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8d3ac12e..b46c4e89 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,7 +12,8 @@ build:
- python3 scripts/flip-prebuilt-on.py meson_options.txt
- git add meson_options.txt
- cp /usr/local/share/fonts/cantarell/*.otf prebuilt
- - git add prebuilt/*.otf
+ - cp /usr/local/share/fonts/cantarell/*.ttf prebuilt
+ - git add prebuilt/*.otf prebuilt/*.ttf
- git config --global user.email "you example com"
- git config --global user.name "Your Name"
- git commit -m "Make package with prebuilt binaries, ninja will dist them."
@@ -21,4 +22,5 @@ build:
paths:
- build/meson-dist
- prebuilt/*.otf
+ - prebuilt/*.ttf
expire_in: 7 days
diff --git a/prebuilt/meson.build b/prebuilt/meson.build
index 3b5f29eb..94916354 100644
--- a/prebuilt/meson.build
+++ b/prebuilt/meson.build
@@ -3,3 +3,4 @@ install_data('Cantarell-Light.otf', install_dir : fontsdir)
install_data('Cantarell-Regular.otf', install_dir : fontsdir)
install_data('Cantarell-Bold.otf', install_dir : fontsdir)
install_data('Cantarell-ExtraBold.otf', install_dir : fontsdir)
+install_data('Cantarell.ttf', install_dir : fontsdir)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]