Filipe Laíns
6a78589b6b
bpo-40548: github actions: pass the changes check on no source changes (GH-20097)
...
Signed-off-by: Filipe Laíns <lains@archlinux.org>
2020-05-15 04:08:21 +02:00
Filipe Laíns
75d7257b20
bpo-40548: GitHub Action workflow: skip jobs on doc only PRs (GH-19983)
...
Signed-off-by: Filipe Laíns <lains@archlinux.org>
2020-05-15 00:11:40 +02:00
Victor Stinner
4e363761fc
bpo-40548: Always run GitHub action, even on doc PRs (GH-19981)
...
Always run GitHub action jobs, even on documentation-only pull
requests. So it will be possible to make a GitHub action job, like
the Windows (64-bit) job, mandatory.
2020-05-07 22:42:14 +02:00
Pablo Galindo
3f8a58b7ef
PEP 617: Only run the CI with the new parser (GH-19664)
2020-04-23 00:06:03 +01:00
Pablo Galindo
c5fc156852
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
...
Co-authored-by: Guido van Rossum <guido@python.org>
Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
2020-04-22 23:29:27 +01:00
Victor Stinner
1767a0490f
bpo-40146: Update OpenSSL to 1.1.1f in Azure Pipelines (GH-19320)
...
Update also OpenSSL version in Ubuntu and Coverage jobs.
2020-04-03 03:05:10 +02:00
Steve Dower
2dd41740c9
bpo-39930: Ensure vcruntime140.dll is included in all Windows packages (GH-18918)
...
Also adds GitHub CI test for Windows installer changes
2020-03-11 11:18:12 +00:00
Ammar Askar
766b7546a5
bpo-39704: Explicitly pass the path to codecov config (GH-18680)
2020-02-27 15:08:30 -08:00
Ammar Askar
6aa1f1ecf7
bpo-39699: Don't silence make on Azure and Github CIs (GH-18583)
2020-02-26 19:21:41 +00:00
Pablo Galindo
6aabb63d96
Run doctests in GitHub actions Docs targer (GH-18041)
2020-01-17 23:44:38 +00:00
Steve Dower
b1ce22d086
bpo-39041: Fix coverage upload command for GitHub Actions (GH-17873)
...
https://bugs.python.org/issue39041
Automerge-Triggered-By: @zooba
2020-01-06 13:23:10 -08:00
Steve Dower
6a263cf1ad
bpo-39041: Add GitHub Actions badge to README.rst (GH-17628)
...
Also skip build for doc-only changes and enable on push
2019-12-16 11:15:08 -08:00
Steve Dower
a76ba362c4
bpo-39041: Add GitHub Actions support (GH-17594)
2019-12-16 10:35:22 -08:00