diff options
author | Steve Dower <steve.dower@python.org> | 2020-11-18 17:24:36 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-18 17:24:36 (GMT) |
commit | 2156d964a12285280c533af1c96eb273c58451e6 (patch) | |
tree | 9481f5ca37da936f0759783843df58891768b66f /.azure-pipelines/ci.yml | |
parent | 07f2adedf0940b06d136208ec386d69b7d2d5b43 (diff) | |
download | cpython-2156d964a12285280c533af1c96eb273c58451e6.zip cpython-2156d964a12285280c533af1c96eb273c58451e6.tar.gz cpython-2156d964a12285280c533af1c96eb273c58451e6.tar.bz2 |
bpo-42336: Improve PCbuild batch files (GH-23275)
Diffstat (limited to '.azure-pipelines/ci.yml')
-rw-r--r-- | .azure-pipelines/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines/ci.yml b/.azure-pipelines/ci.yml index 531ed06..3feb85a 100644 --- a/.azure-pipelines/ci.yml +++ b/.azure-pipelines/ci.yml @@ -104,7 +104,7 @@ jobs: matrix: win32: arch: win32 - buildOpt: + buildOpt: '-p Win32' testRunTitle: '$(Build.SourceBranchName)-win32' testRunPlatform: win32 win64: |