diff options
| author | Jeremy Meng <jeremy.ymeng@gmail.com> | 2021-09-24 17:00:42 +0000 |
|---|---|---|
| committer | Vedang Manerikar <ved.manerikar@gmail.com> | 2021-10-04 10:40:50 +0530 |
| commit | e8efff32f676a0b59f3bba3ef92c52f16b639c3e (patch) | |
| tree | 12fcc1f04ca3ec1e926fec10f368646e9ab62b5b /appveyor.yml | |
| parent | 5f77dae43eb8f71e52e10ba8cf994883f74c3fb7 (diff) | |
Update Appveyor configs
- Use VS 2019 image
- Combine pacman install commands
- For some reason, OpenSSL dlls were not copied as dependencies. Update to copy
explicitly. Also remove previously workaround.
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 69f59d9..4e975d2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,7 +2,9 @@ version: 1.0.{build} environment: matrix: - - COMPILER: msys2 + - FLAVOR: mingw64 + APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 + COMPILER: msys2 PLATFORM: x64 MSYS2_ARCH: x86_64 MSYS2_DIR: msys64 |
