summaryrefslogtreecommitdiffstats
path: root/.azure-pipelines
Commit message (Collapse)AuthorAgeFilesLines
* bpo-39789: Update Windows release build machines to VS 2019 (GH-18695)Miss Islington (bot)2020-02-2915-18/+18
| | | | | | Also fixes some potential Nuget build issues. (cherry picked from commit 03153dd1459fab94f294a118ed1525e34d58601a) Co-authored-by: Steve Dower <steve.dower@python.org>
* bpo-39699: Don't silence make on Azure and Github CIs (GH-18583)Steve Dower2020-02-262-2/+2
| | | | Co-authored-by: Ammar Askar <ammar_askar@hotmail.com>
* Fix Windows release builds (GH-17550)Miss Islington (bot)2019-12-102-1/+8
| | | | | (cherry picked from commit abdeb57a212556b4cd3568cca7d316d71a5b8cf0) Co-authored-by: Steve Dower <steve.dower@python.org>
* bpo-33125: Add support for building and releasing Windows ARM64 packages ↵Steve Dower2019-12-0616-21/+98
| | | | | (GH-17480) Note that the support is not actually enabled yet, and so we won't be publishing these packages. However, for those who want to build it themselves (even by reusing the Azure Pipelines definition), it's now relatively easy to enable.
* bpo-38117: Test with OpenSSL 1.1.1d (GH-15983)Miss Islington (bot)2019-09-112-4/+4
| | | | | | Signed-off-by: Christian Heimes <christian@python.org> (cherry picked from commit 58ab13479d854491ac9207bacfae25e8b18b044a) Co-authored-by: Christian Heimes <christian@python.org>
* bpo-38089: Move Azure Pipelines to latest VM versions and make macOS tests ↵Miss Islington (bot)2019-09-103-4/+6
| | | | | | | optional (GH-15851) (cherry picked from commit 801f925998cc393260f36f5ac77369fef2373ad1) Co-authored-by: Steve Dower <steve.dower@python.org>
* bpo-37354: Sign Activate.ps1 for release (GH-15235)Miss Islington (bot)2019-08-126-4/+29
| | | | | (cherry picked from commit 3e34a25a7a5c9ea2c46f2daeeb60f072faa5aaa1) Co-authored-by: Steve Dower <steve.dower@python.org>
* Fix publishing of Windows release (GH-15006)Miss Islington (bot)2019-07-291-1/+1
| | | | | (cherry picked from commit fe330fc4ad3b8218a84216a824af7d7007dcb85b) Co-authored-by: Steve Dower <steve.dower@python.org>
* Enable publish of Windows releases through Azure Pipelines (GH-14720)Miss Islington (bot)2019-07-135-16/+223
| | | | | (cherry picked from commit 994a3b88dca852696351358e2743313e546b5ecf) Co-authored-by: Steve Dower <steve.dower@python.org>
* Improve release build performance using new artifacts tasks (GH-14175)Miss Islington (bot)2019-06-1712-126/+97
| | | | | (cherry picked from commit fe2ad927f457043cb9f3a1148ed737af05a2b1c4) Co-authored-by: Steve Dower <steve.dower@python.org>
* Implement Windows release builds in Azure Pipelines (GH-14065)Steve Dower2019-06-1422-0/+1412
| | | Includes backported fixes from GH-14091
* bpo-37081: Test with OpenSSL 1.1.1c (GH-13631)Christian Heimes2019-06-032-4/+4
| | | Signed-off-by: Christian Heimes <christian@python.org>
* bpo-35926: Add support for OpenSSL 1.1.1b on Windows (GH-11779)Paul Monson2019-05-151-2/+2
|
* Temporary workaround for an ACL issue on Ubuntu on Azure Pipelines (GH-12649)Steve Dower2019-04-011-0/+4
|
* bpo-35683: Improve Azure Pipelines steps (GH-11493)Steve Dower2019-01-228-164/+136
|
* bpo-34855: Fix EXTERNALS_DIR build variable for Windows (GH-11177)antektek2019-01-102-2/+2
|
* bpo-35596: Use unchecked PYCs for the embeddable distro to avoid zipimport ↵Steve Dower2019-01-082-0/+21
| | | | | restrictions (GH-11465) Also adds extra steps to the CI build for Windows on Azure Pipelines to validate that the various layouts at least execute.
* Remove spurious quote in Azure Pipelines script (GH-10763)Pierre Glaser2019-01-081-1/+1
|
* bpo-34977: Add Windows App Store package (GH-11027)Steve Dower2018-12-112-0/+69
| | | Also adds the PC/layout script for generating layouts on Windows.
* Revert "bpo-34977: Add Windows App Store package (GH-10245)" (GH-11019)Victor Stinner2018-12-071-65/+0
| | | This reverts commit 468a15aaf9206448a744fc5eab3fc21f51966aad.
* bpo-34977: Add Windows App Store package (GH-10245)Steve Dower2018-12-071-0/+65
|
* Doc: Bump sphinx. (GH-10676)Julien Palard2018-11-241-1/+1
|
* Add --tempdir option for test run (GH-10322)Steve Dower2018-11-171-1/+1
|
* bpo-34081: Fix wrong example link that was linking to distutils (GH-8248)Xtreak2018-10-211-1/+1
|
* bpo-34902: Fixes VM image for Azure Pipelines build (GH-9719)Steve Dower2018-10-052-2/+2
|
* bpo-34582: Fixes Python version used for patch check (GH-9532)Steve Dower2018-09-241-1/+1
| | | https://bugs.python.org/issue34582
* bpo-34582: Update syntax of Azure Pipelines builds (GH-9521)Steve Dower2018-09-249-0/+526