Skip to content

Commit

Permalink
Add Python3.7 32bit build on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrdada committed Aug 6, 2018
1 parent 3eedb60 commit 67b8328
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/internal_ci/windows/grpc_build_artifacts.bat
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ rename C:\Python27_32bit Python27_32bits
rename C:\Python34_32bit Python34_32bits
rename C:\Python35_32bit Python35_32bits
rename C:\Python36_32bit Python36_32bits
rename C:\Python37_32bit Python37_32bits

@rem enter repo root
cd /d %~dp0\..\..\..
Expand Down
1 change: 1 addition & 0 deletions tools/run_tests/artifacts/artifact_targets.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,7 @@ def targets():
PythonArtifact('windows', 'x86', 'Python34_32bits'),
PythonArtifact('windows', 'x86', 'Python35_32bits'),
PythonArtifact('windows', 'x86', 'Python36_32bits'),
PythonArtifact('windows', 'x86', 'Python37_32bits'),
PythonArtifact('windows', 'x64', 'Python27'),
PythonArtifact('windows', 'x64', 'Python34'),
PythonArtifact('windows', 'x64', 'Python35'),
Expand Down

0 comments on commit 67b8328

Please sign in to comment.