Skip to content

Commit 4587d7e

Browse files
committed
add GH job for installer/release zips build
1 parent 77c0336 commit 4587d7e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/CI_build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,11 @@ jobs:
3939
pip install -U sphinx
4040
.\make.bat html
4141
42+
- name: Build installer and release zips
43+
if: matrix.build_configuration == 'Release'
44+
working-directory: installer
45+
run: |
46+
$env:PYTHONBUILDDIR_X64='..\packages\python.3.12.1\tools'
47+
$env:SET PYTHONBUILDDIR='..\packages\pythonx86.3.12.1\tools'
48+
Rename-Item -Path ".\buildPaths.bat.orig" -NewName "buildPaths.bat"
49+
.\buildAll.bat ${{ matrix.build_platform }}

0 commit comments

Comments
 (0)