|
1 | 1 | @echo off
|
2 | 2 |
|
3 |
| -C:\Python27\python.exe setup.py bdist_egg upload |
4 |
| -C:\Python27_x64\python.exe setup.py bdist_egg upload |
5 |
| -C:\Python34\python.exe setup.py bdist_egg upload |
6 |
| -C:\Python34_x64\python.exe setup.py bdist_egg upload |
7 |
| -C:\Python27\python.exe setup.py bdist_wininst upload |
8 |
| -C:\Python27_x64\python.exe setup.py bdist_wininst upload |
9 |
| -C:\Python34\python.exe setup.py bdist_wininst upload |
10 |
| -C:\Python34_x64\python.exe setup.py bdist_wininst upload |
11 |
| -C:\Python27\python.exe setup.py bdist_msi upload |
12 |
| -C:\Python27_x64\python.exe setup.py bdist_msi upload |
13 |
| -C:\Python34\python.exe setup.py bdist_msi upload |
14 |
| -C:\Python34_x64\python.exe setup.py bdist_msi upload |
15 |
| -C:\Python27\python.exe setup.py bdist_wheel upload |
16 |
| -C:\Python34\python.exe setup.py bdist_wheel upload |
17 |
| -C:\Python27\python.exe setup.py sdist --formats=gztar upload |
18 |
| -C:\Python27\python.exe setup.py sdist --formats=zip upload |
| 3 | +del /s /f /q venv2 venv3 build dist pocketsphinx.egg-info |
| 4 | +del /s /f /q goforward.fsg goforward.htk goforward.lat |
| 5 | +del /s /f /q sphinxbase/sphinxbase.py sphinxbase/*.pyd |
| 6 | +del /s /f /q pocketsphinx/pocketsphinx.py pocketsphinx/*.pyd |
| 7 | + |
| 8 | +rem Python 2.7 x86 |
| 9 | + |
| 10 | +"c:\Program Files (x86)\Python27\python.exe" setup.py sdist build |
| 11 | +"c:\Program Files (x86)\Python27\python.exe" setup.py sdist upload |
| 12 | + |
| 13 | +"c:\Program Files (x86)\Python27\python.exe" setup.py bdist_egg build |
| 14 | +"c:\Program Files (x86)\Python27\python.exe" setup.py bdist_egg upload |
| 15 | + |
| 16 | +"c:\Program Files (x86)\Python27\python.exe" setup.py bdist_wininst build |
| 17 | +"c:\Program Files (x86)\Python27\python.exe" setup.py bdist_wininst upload |
| 18 | + |
| 19 | +"c:\Program Files (x86)\Python27\python.exe" setup.py bdist_msi build |
| 20 | +"c:\Program Files (x86)\Python27\python.exe" setup.py bdist_msi upload |
| 21 | + |
| 22 | +"c:\Program Files (x86)\Python27\python.exe" setup.py bdist_wheel build |
| 23 | +"c:\Program Files (x86)\Python27\python.exe" setup.py bdist_wheel upload |
| 24 | + |
| 25 | +rem Python 2.7 x64 |
| 26 | + |
| 27 | +"c:\Program Files\Python27\python.exe" setup.py bdist_egg build |
| 28 | +"c:\Program Files\Python27\python.exe" setup.py bdist_egg upload |
| 29 | + |
| 30 | +"c:\Program Files\Python27\python.exe" setup.py bdist_wininst build |
| 31 | +"c:\Program Files\Python27\python.exe" setup.py bdist_wininst upload |
| 32 | + |
| 33 | +"c:\Program Files\Python27\python.exe" setup.py bdist_msi build |
| 34 | +"c:\Program Files\Python27\python.exe" setup.py bdist_msi upload |
| 35 | + |
| 36 | +"c:\Program Files\Python27\python.exe" setup.py bdist_wheel build |
| 37 | +"c:\Program Files\Python27\python.exe" setup.py bdist_wheel upload |
| 38 | + |
| 39 | +rem Python 3.5 x86 |
| 40 | + |
| 41 | +"c:\Program Files (x86)\Python35\python.exe" setup.py bdist_egg build |
| 42 | +"c:\Program Files (x86)\Python35\python.exe" setup.py bdist_egg upload |
| 43 | + |
| 44 | +"c:\Program Files (x86)\Python35\python.exe" setup.py bdist_wininst build |
| 45 | +"c:\Program Files (x86)\Python35\python.exe" setup.py bdist_wininst upload |
| 46 | + |
| 47 | +"c:\Program Files (x86)\Python35\python.exe" setup.py bdist_msi build |
| 48 | +"c:\Program Files (x86)\Python35\python.exe" setup.py bdist_msi upload |
| 49 | + |
| 50 | +"c:\Program Files (x86)\Python35\python.exe" setup.py bdist_wheel build |
| 51 | +"c:\Program Files (x86)\Python35\python.exe" setup.py bdist_wheel upload |
| 52 | + |
| 53 | +rem Python 3.5 x64 |
| 54 | + |
| 55 | +"c:\Program Files\Python35\python.exe" setup.py bdist_egg build |
| 56 | +"c:\Program Files\Python35\python.exe" setup.py bdist_egg upload |
| 57 | + |
| 58 | +"c:\Program Files\Python35\python.exe" setup.py bdist_wininst build |
| 59 | +"c:\Program Files\Python35\python.exe" setup.py bdist_wininst upload |
| 60 | + |
| 61 | +"c:\Program Files\Python35\python.exe" setup.py bdist_msi build |
| 62 | +"c:\Program Files\Python35\python.exe" setup.py bdist_msi upload |
| 63 | + |
| 64 | +"c:\Program Files\Python35\python.exe" setup.py bdist_wheel build |
| 65 | +"c:\Program Files\Python35\python.exe" setup.py bdist_wheel upload |
| 66 | + |
19 | 67 | pause
|
0 commit comments