update macOS bundle
[gpodder.git] / .appveyor.yml
blobdd84fb7991f4d3a3b4763db771d3d077c66551b1
1 branches:
2   only:
3     - master
4     - /win.*/
6 # Start builds on tags only
7 # skip_non_tags: true
9 environment:
10   matrix:
11     - MSYS2_ARCH: i686
12       MSYSTEM: MINGW32
14 build_script:
15   - set
16   - set PATH=C:\msys64\%MSYSTEM%\bin;C:\msys64\usr\bin;%PATH%
17   - set CHERE_INVOKING=yes
18   - bash -lc "pacman --noconfirm --ask 20 -Suy"
19   - bash -lc "bash .appveyor/msys2.sh"
21 artifacts:
22   - path: tools/win_installer/gpodder-*-contents.txt
23   - path: tools/win_installer/gpodder-*-installer.exe
24   - path: tools/win_installer/gpodder-*-portable.exe
26 deploy: off
28 on_failure:
29   - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))