Skip to content

Commit

Permalink
Enable appveyor rdp
Browse files Browse the repository at this point in the history
  • Loading branch information
GarrettDMorrison committed Dec 8, 2023
1 parent 730ffcf commit c2b7543
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,26 @@ environment:
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
PLATFORM: x64
BUILD_TYPE: Release
PYTHON_VERSION: 35
PYTHON_VERSION: 38

- COMPILER: msvc
GENERATOR: Visual Studio 15 2017
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
PLATFORM: Win32
BUILD_TYPE: Release
PYTHON_VERSION: 35
PYTHON_VERSION: 38

- COMPILER: msvc
GENERATOR: Visual Studio 14 2015 Win64
PLATFORM: x64
BUILD_TYPE: Release
PYTHON_VERSION: 35
PYTHON_VERSION: 38

- COMPILER: msvc
GENERATOR: Visual Studio 14 2015
PLATFORM: Win32
BUILD_TYPE: Release
PYTHON_VERSION: 27
PYTHON_VERSION: 38

- COMPILER: mingw
GENERATOR: MinGW Makefiles
Expand Down Expand Up @@ -64,4 +64,5 @@ install:
- if "%COMPILER%"=="msvc" if "%BUILD_TYPE%"=="Release" python --version

build_script:
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')
- sh appveyor.sh

0 comments on commit c2b7543

Please sign in to comment.