comictagger/windows/fullbuild.ps1

9 lines
224 B
PowerShell
Raw Normal View History

2018-01-17 13:35:10 -08:00
# Script to be run inside appveyor for a full build
choco install -y mingw
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