mirror of
https://github.com/python/cpython.git
synced 2026-01-04 14:32:21 +00:00
Improves the Windows MSI test run on PR (GH-104929)
Correctly set the exit code when builds fail
Also build docs as part of the test
(cherry picked from commit 569b2b8d61)
Co-authored-by: Steve Dower <steve.dower@python.org>
This commit is contained in:
parent
b328ba1941
commit
d176f78ec2
2 changed files with 27 additions and 35 deletions
4
.github/workflows/build_msi.yml
vendored
4
.github/workflows/build_msi.yml
vendored
|
|
@ -8,12 +8,14 @@ on:
|
|||
- '3.*'
|
||||
paths:
|
||||
- 'Tools/msi/**'
|
||||
- '.github/workflows/build_msi.yml'
|
||||
pull_request:
|
||||
branches:
|
||||
- 'main'
|
||||
- '3.*'
|
||||
paths:
|
||||
- 'Tools/msi/**'
|
||||
- '.github/workflows/build_msi.yml'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
@ -33,4 +35,4 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Build CPython installer
|
||||
run: .\Tools\msi\build.bat -${{ matrix.type }}
|
||||
run: .\Tools\msi\build.bat --doc -${{ matrix.type }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue