Commit Graph

22 Commits

Author SHA1 Message Date
auouymous 920b2d2100 Update appveyor image to VS2019 2021-07-07 00:19:28 -06:00
auouymous 2143da98b1 Fix appveyor with Zstd workaround. 2021-03-30 14:36:10 -06:00
Eric Le Lay ca8fd8ffb6 win: add echo to repeated powershell Stop-Process commands 2020-11-22 17:31:22 +01:00
Eric Le Lay 50d3078523 win: try another workaround for powershell exit code 1 2020-11-22 17:08:06 +01:00
Eric Le Lay 9b228709db win: powershell exit code 1 even with silentlycontinue 2020-11-22 17:04:11 +01:00
Eric Le Lay 737df5a734 win: try killing remaining processes using powershell (ps fails) 2020-11-22 17:00:16 +01:00
Eric Le Lay 53ed491bf0 win: workaround updating msys2-runtime crashes bash
See https://github.com/msys2/MSYS2-packages/issues/1966
2020-11-22 16:42:55 +01:00
Eric Le Lay c702aefbd7 win: non interactive call to pacman 2020-11-22 16:22:17 +01:00
Eric Le Lay 9831e6f509 win: fix failing build 2020-11-22 16:21:16 +01:00
Eric Le Lay 3097f093f9 add build failure workaround
from https://www.msys2.org/news/#2020-06-29-new-packagers
2020-11-22 16:06:30 +01:00
Eric Le Lay cc3e0563fd win_installer: remove conflicting packages instead of reinstalling the toolchain
removing the toolchain broke deps
2019-06-08 18:54:58 +02:00
Eric Le Lay 48e2433ee7 win_installer: reinstall toolchain to get rid of conflicting packages 2019-06-08 18:51:01 +02:00
Eric Le Lay 89b5177a11 win_installer: try fix build error by updating the system
error: failed to prepare transaction (could not satisfy dependencies)
:: installing mingw-w64-i686-gcc (9.1.0-1) breaks dependency 'mingw-w64-i686-gcc=7.3.0-2' required by mingw-w64-i686-gcc-ada
:: installing mingw-w64-i686-gcc (9.1.0-1) breaks dependency 'mingw-w64-i686-gcc=7.3.0-2' required by mingw-w64-i686-gcc-objc
:: removing mingw-w64-i686-termcap breaks dependency 'mingw-w64-i686-termcap' required by mingw-w64-i686-readline
:: removing mingw-w64-i686-ncurses breaks dependency 'mingw-w64-i686-ncurses' required by mingw-w64-i686-sqlite3
2019-06-08 18:32:18 +02:00
Eric Le Lay f19a00df7e appveyor: allow building branches starting with 'win' 2019-01-12 13:18:08 +01:00
Eric Le Lay 1801987f5d appveyor: debug failed windows build 2018-12-28 16:59:11 +01:00
Eric Le Lay a321db85e3 working windows notifications based on powershell
- fix powershell console briefly displayed on notifications
 - use win10 toast notification instead of balloon if available
 - win10 notifications show as gPodder if it's installed, as
   powershell otherwise (but with gPodder icon)
 - removing notifu from appveyor build since it won't be necessary

See #485
2018-07-29 12:54:36 +02:00
Eric Le Lay c133a27f9a win_installer: fetch and verify notifu using bash (unzip) 2018-07-28 22:35:17 +02:00
Eric Le Lay ba3f4084b3 win_installer: fetch and verify using bash 2018-07-28 22:29:18 +02:00
Eric Le Lay 2e329e29cd win_installer: verify notifu.exe checksums (fix typo) 2018-07-28 22:18:52 +02:00
Eric Le Lay 42b0c387d9 win_installer: verify notifu.exe checksums 2018-07-28 22:17:09 +02:00
Eric Le Lay c39c564f44 try building notifu for notification-win32 2018-07-28 22:06:56 +02:00
Eric Le Lay ec0df6544a
Windows build using appveyor (#467)
Same build script as manual build. See tools/win_installer
Only building i686 for now.
2018-05-27 13:33:27 +02:00