summaryrefslogtreecommitdiffstats
path: root/.azure-pipelines/ci.yml
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2020-11-18 17:24:36 (GMT)
committerGitHub <noreply@github.com>2020-11-18 17:24:36 (GMT)
commit2156d964a12285280c533af1c96eb273c58451e6 (patch)
tree9481f5ca37da936f0759783843df58891768b66f /.azure-pipelines/ci.yml
parent07f2adedf0940b06d136208ec386d69b7d2d5b43 (diff)
downloadcpython-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.yml2
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: