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

CI Updates #1254

Merged
merged 5 commits into from
Nov 10, 2020
Merged

CI Updates #1254

merged 5 commits into from
Nov 10, 2020

Conversation

josh-hadley
Copy link
Collaborator

@josh-hadley josh-hadley commented Nov 10, 2020

Description

Several major and minor updates relating to CI/automation:

  • set the GitHub Actions "build wheels" workflow to publish wheels on tag pushes (not part of this PR but related: disabled Travis CI and AppVeyor builds which did this previously)
  • added a scheduled (cron) run of the AFDKO Test Suite GitHub Actions workflow
  • updated AFDKO Test Suite GitHub Action to use MSBuild v1.0.2 to avoid use of a deprecated action
  • added workflow_dispatch event to all GitHub Actions workflows
  • fixed an issue in makeotf sources that caused a failure in Azure Pipelines Mac build
  • updated "CI Matrix" wiki page (not part of this PR but related)

Checklist:

  • I have followed the Contribution Guidelines
  • I have added test code and data to prove that my code functions correctly
  • I have verified that new and existing tests pass locally with my changes
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation

- add `workflow_dispatch` event to all workflows (enable manual trigger from GitHub UI)
- add Python 3.9 to matrix in testpythonpackage.yml
- use `microsoft/setup-msbuild@v1.0.2` to avoid deprecation warning
- Somehow `<math.h>` was not previously `#include`d, so added it to `featgram.g` to ensure it ends up in generated files. Fixes a failure in Azure CI mac build.
- Updated all relevant `makeotf` versions (`HOT_VERSION`, `makeotfexe` version, `makeotf.py` version)
Revert use of Python 3.9 in test -- blocked by #1253
- change workflow name to "C and Python coverage"
- change job name to "coverage"
Switch deployment to real PyPI instead of Test.
Copy link
Member

@miguelsousa miguelsousa left a comment

Choose a reason for hiding this comment

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

👍

Copy link
Contributor

@cjchapman cjchapman left a comment

Choose a reason for hiding this comment

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

👍

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.

3 participants