espanso/ci/build-win.yml

15 lines
387 B
YAML
Raw Normal View History

steps:
- task: UsePythonVersion@0
inputs:
versionSpec: '3.6'
addToPath: true
- script: |
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"