diff --git a/appveyor.yml b/appveyor.yml index b2974bb0..1996f55a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,14 +3,17 @@ branches: only: - master - 1.4 -image: Visual Studio 2014 CTP4 +image: Visual Studio 2022 environment: matrix: - PLATFORM: x64 CONFIGURATION: Release - - PLATFORM: x86 - CONFIGURATION: Release + APPVEYOR_RDP_PASSWORD: nixioBuild@av + +init: + - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) + install: - cmd: >- choco install nsis.install -version 2.49 -y --ignore-checksums @@ -24,6 +27,9 @@ build_script: ctest -VV --output-on-failure -S .appveyor.ctest +on_finish: + - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) + after_build: - cmd: cmake --build .\build --config %CONFIGURATION% --target PACKAGE