Skip to content

Commit

Permalink
Revert Qt version for AppVeyor
Browse files Browse the repository at this point in the history
- also delete unused variables: suffix, generator.
  • Loading branch information
chchwy committed Dec 20, 2018
1 parent edbf491 commit da62598
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,15 @@ environment:
- arch: win32
bitsize: x86
platform: x86
qt: 5.12\msvc2015
suffix: msvc2015
generator: "Visual Studio 2015"
qt: 5.9\msvc2015
PYTHON: "C:\\Python35"
PLATFORM_: "x86"

# MSVC x64
- arch: win32
bitsize: x64
platform: amd64
qt: 5.12\msvc2015_64
suffix: msvc2015
generator: "Visual Studio 2015 Win64"
qt: 5.9\msvc2015_64
PYTHON: "C:\\Python35"
PLATFORM_: "amd64"

Expand Down

0 comments on commit da62598

Please sign in to comment.