-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d49dbcf
commit e8e95bf
Showing
15 changed files
with
1,279 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
name: fontforge | ||
on: | ||
workflow_dispatch: | ||
push: | ||
paths: | ||
- 'buildSrc/**' | ||
- '.github/workflows/build.yml' | ||
- 'fontforge/**' | ||
- '.github/workflows/fontforge.yml' | ||
jobs: | ||
build-fontforge-20230101: | ||
name: fontforge 20230101 | ||
uses: ./.github/workflows/build.yml | ||
with: | ||
package: fontforge | ||
version: '20230101' | ||
|
||
build-fontforge-20200314: | ||
name: fontforge 20200314 | ||
uses: ./.github/workflows/build.yml | ||
with: | ||
package: fontforge | ||
version: '20200314' | ||
|
||
build-fontforge-20170731: | ||
name: fontforge 20170731 | ||
uses: ./.github/workflows/build.yml | ||
with: | ||
package: fontforge | ||
version: '20170731' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.