Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b32354c

Browse files
committed
test: Stop testing with Visual Studio 2013 because of incompatible CMake in Appveyor image
1 parent 8c6fc11 commit b32354c

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.appveyor.yml

-7
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,6 @@ environment:
3737
VCVARS_COMMANDLINE: '"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86'
3838
CMAKE_INSTALL_PATH: 'C:\Program Files (x86)\CMake'
3939

40-
- job_name: VS 2013 x86, Qt 5.6
41-
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013
42-
CMAKE_GENERATOR: Visual Studio 12 2013
43-
QT_DIR: C:\Qt\5.6\msvc2013
44-
VCVARS_COMMANDLINE: '"C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" x86'
45-
CMAKE_INSTALL_PATH: 'C:\Program Files (x86)\CMake'
46-
4740
cache:
4841
- C:\.hunter -> .appveyor.yml, **\CMakeLists.txt, **\*.cmake
4942

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ This changelog follows the [Keep a Changelog](http://keepachangelog.com) format.
1818
### Changed ###
1919
- {Qt} `networkErrorToStatusCode()` now returns a `Code` instead of `int`.
2020

21+
### Removed ###
22+
- Testing with Visual Studio 2013 because of outdated CMake.
23+
2124

2225
---
2326

0 commit comments

Comments
 (0)