summaryrefslogtreecommitdiff
path: root/.github/workflows
Commit message (Collapse)AuthorAgeFilesLines
* bpo-39930: Ensure vcruntime140.dll is included in all Windows packages ↵Steve Dower2020-03-111-0/+34
| | | | | (GH-18918) Also adds GitHub CI test for Windows installer changes
* bpo-39704: Explicitly pass the path to codecov config (GH-18680)Ammar Askar2020-02-271-2/+2
|
* bpo-39699: Don't silence make on Azure and Github CIs (GH-18583)Ammar Askar2020-02-263-4/+4
|
* Run doctests in GitHub actions Docs targer (GH-18041)Pablo Galindo2020-01-171-9/+9
|
* bpo-39041: Fix coverage upload command for GitHub Actions (GH-17873)Steve Dower2020-01-061-1/+1
| | | | | | | https://bugs.python.org/issue39041 Automerge-Triggered-By: @zooba
* bpo-39041: Add GitHub Actions badge to README.rst (GH-17628)Steve Dower2019-12-161-8/+12
| | | Also skip build for doc-only changes and enable on push
* bpo-39041: Add GitHub Actions support (GH-17594)Steve Dower2019-12-164-0/+235