adobe-variable-font-prototype icon indicating copy to clipboard operation
adobe-variable-font-prototype copied to clipboard

Add workflow to run build script periodically

Open josh-hadley opened this issue 5 years ago • 1 comments

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 avatar Apr 06 '20 18:04 josh-hadley

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)

josh-hadley avatar Apr 16 '20 16:04 josh-hadley