13 lines
314 B
PowerShell
13 lines
314 B
PowerShell
|
|
Write-Output ==========_win-py3.8_==========
|
|
python3.8.exe ./setup.py build
|
|
|
|
Write-Output ==========_win-py3.10_==========
|
|
python3.10.exe ./setup.py build
|
|
|
|
Write-Output ==========_wsl-py3.8_==========
|
|
wsl.exe python3 setup.py build
|
|
|
|
Write-Output ==========_wsl-py3.10_==========
|
|
wsl.exe python3.10 setup.py build
|