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 workflow to run build script periodically #10

Open
josh-hadley opened this issue Apr 6, 2020 · 1 comment
Open

Add workflow to run build script periodically #10

josh-hadley opened this issue Apr 6, 2020 · 1 comment
Assignees

Comments

@josh-hadley
Copy link
Contributor

Purpose is to catch changes in dependencies and be proactive on toolchain changes. Workflow should:

  • run periodically (once a week? month?)
  • diff against latest release
  • if possible, auto-create issue on failures
@josh-hadley josh-hadley self-assigned this Apr 6, 2020
@josh-hadley
Copy link
Contributor Author

WIP:

  • Previous runs
  • Workflow source
  • currently set up to run weekly (Friday evenings Pacific time)
  • can also trigger "manually"
  • buildFont.sh modified to exit with error if any step fails so that workflow step also fails, alerting to possible problems

TO DO:

  • log environment info (OS version, Python/pip version, pip freeze)
  • diff/log font output against previous release (notify/warn/error if different)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant