Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GS main branch build CI testing #574

Merged
merged 2 commits into from
Nov 17, 2023
Merged

Add GS main branch build CI testing #574

merged 2 commits into from
Nov 17, 2023

Conversation

chrissimpkins
Copy link
Member

Adds a GH Action workflow to build the GS project on pull request commits with a debug build of the fontc compiler.

Copy link
Contributor

@rsheeter rsheeter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fantastic, please merge once it passes :)


build-italic:
runs-on: ubuntu-latest
name: Build Italic variable font
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If compiling the compiler is by far the slowest step it's possible that building Romand and Italic in one job would make sense?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With the current approach the fontc compile takes about 50s and each variable font compile takes 1.5 mins. OK to keep this sequential approach or should we run the builds in parallel again?

@chrissimpkins chrissimpkins added this pull request to the merge queue Nov 17, 2023
Merged via the queue into main with commit 796d5bd Nov 17, 2023
10 checks passed
@chrissimpkins chrissimpkins deleted the gs-build-ci branch November 17, 2023 00:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants