diff --git a/appveyor.yml b/appveyor.yml index bc2fb9e7..9c9dfb81 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,11 +1,15 @@ platform: x64 +version: 1.0.{build} +build_cloud: DESKTOP-HVG59DR +image: Visual Studio 2022 +clone_folder: /home/daberdev environment: matrix: - compiler: msys2 MINGW_CHOST: x86_64-w64-mingw32 MSYS2_ARCH: x86_64 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 + APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022 init: - 'echo Building libhttpserver %version% for Windows' - 'echo System architecture: %PLATFORM%'