appveyor: cleanup and add separate install script
authorSitsofe Wheeler <sitsofe@yahoo.com>
Wed, 19 Aug 2020 19:21:22 +0000 (20:21 +0100)
committerSitsofe Wheeler <sitsofe@yahoo.com>
Sat, 12 Sep 2020 10:54:19 +0000 (11:54 +0100)
commitdc8aed223cfff0a15065b064082b975b749f0b6e
treecde3e56f5fdc55b0b9d6d2f5e44852bcd54d9af7
parentd6e082e7c9bd02d887db7bd0a6b16ed632cb743e
appveyor: cleanup and add separate install script

- Rename PLATFORM environment variable to ARCHITECTURE to avoid clash
  with Appveyor variable
  (https://www.appveyor.com/docs/environment-variables/ )
- Introduce support for using MSYS2
- Perform clang builds that also package PDB symbols
- Drop PACKAGE_ARCH variable since it can be derived
- Switch some lines to just call native binaries directly

Signed-off-by: Sitsofe Wheeler <sitsofe@yahoo.com>
.appveyor.yml
ci/appveyor-install.sh [new file with mode: 0755]