Skip to content

Commit 0dd5374

Browse files
committed
windows: add script to produce Windows release artifacts
1 parent 24ced1e commit 0dd5374

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

release-windows.bat

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
py.exe build-windows.py --sh c:\dev\cygwin64\bin\sh.exe --python cpython-3.8 --profile shared-pgo
3+
py.exe build-windows.py --sh c:\dev\cygwin64\bin\sh.exe --python cpython-3.9 --profile shared-pgo
4+
5+
py.exe build-windows.py --sh c:\dev\cygwin64\bin\sh.exe --python cpython-3.8 --profile static-noopt
6+
py.exe build-windows.py --sh c:\dev\cygwin64\bin\sh.exe --python cpython-3.9 --profile static-noopt

0 commit comments

Comments
 (0)