Skip to content

Commit

Permalink
windows: add script to produce Windows release artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
indygreg committed Oct 21, 2020
1 parent 24ced1e commit 0dd5374
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions release-windows.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

py.exe build-windows.py --sh c:\dev\cygwin64\bin\sh.exe --python cpython-3.8 --profile shared-pgo
py.exe build-windows.py --sh c:\dev\cygwin64\bin\sh.exe --python cpython-3.9 --profile shared-pgo

py.exe build-windows.py --sh c:\dev\cygwin64\bin\sh.exe --python cpython-3.8 --profile static-noopt
py.exe build-windows.py --sh c:\dev\cygwin64\bin\sh.exe --python cpython-3.9 --profile static-noopt

0 comments on commit 0dd5374

Please sign in to comment.