espanso/ci/build-win.yml
2019-09-21 13:23:45 +02:00

18 lines
414 B
YAML

steps:
- task: UsePythonVersion@0
inputs:
versionSpec: '3.7.4'
addToPath: true
- script: |
python --version
python -m pip install toml click
displayName: Installing python dependencies
- script: |
python packager.py build
copy "target\\release\\espanso-win-installer.exe" "espanso-win-installer.exe"
dir
displayName: "Build and packaging for Windows"