gpodder/.appveyor.yml

30 lines
717 B
YAML
Raw Normal View History

branches:
only:
- master
- /win.*/
# Start builds on tags only
# skip_non_tags: true
environment:
matrix:
- MSYS2_ARCH: i686
MSYSTEM: MINGW32
build_script:
- set
- set PATH=C:\msys64\%MSYSTEM%\bin;C:\msys64\usr\bin;%PATH%
- set CHERE_INVOKING=yes
- bash -lc "pacman --noconfirm --ask 20 -Suy"
- bash -lc "bash .appveyor/msys2.sh"
artifacts:
- path: tools/win_installer/gpodder-*-contents.txt
- path: tools/win_installer/gpodder-*-installer.exe
- path: tools/win_installer/gpodder-*-portable.exe
2018-12-28 16:59:06 +01:00
deploy: off
on_failure:
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))