mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +00:00
Implement Windows release builds in Azure Pipelines (GH-14065)
This commit is contained in:
parent
f0749da9a5
commit
21a92f8cda
46 changed files with 1692 additions and 167 deletions
|
@ -30,6 +30,7 @@ OPTIONS = {
|
|||
"launchers": {"help": "specific launchers"},
|
||||
"appxmanifest": {"help": "an appxmanifest"},
|
||||
"props": {"help": "a python.props file"},
|
||||
"nuspec": {"help": "a python.nuspec file"},
|
||||
"chm": {"help": "the CHM documentation"},
|
||||
"html-doc": {"help": "the HTML documentation"},
|
||||
}
|
||||
|
@ -60,13 +61,11 @@ PRESETS = {
|
|||
"stable",
|
||||
"distutils",
|
||||
"venv",
|
||||
"props"
|
||||
"props",
|
||||
"nuspec",
|
||||
],
|
||||
},
|
||||
"iot": {
|
||||
"help": "Windows IoT Core",
|
||||
"options": ["stable", "pip"],
|
||||
},
|
||||
"iot": {"help": "Windows IoT Core", "options": ["stable", "pip"]},
|
||||
"default": {
|
||||
"help": "development kit package",
|
||||
"options": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue