comictagger/windows/fullbuild.ps1

9 lines
228 B
PowerShell
Raw Normal View History

2018-01-17 13:35:10 -08:00
# Script to be run inside appveyor for a full build
2019-09-24 15:36:08 -07:00
choco install -y mingw zip
refreshenv
$env:PATH="C:\Python36-x64;$env:path"
python -m venv venv
.\venv\Scripts\Activate.ps1
pip install -r .\requirements.txt
2018-01-17 13:35:10 -08:00
mingw32-make dist