File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff 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-
4740cache :
4841 - C:\.hunter -> .appveyor.yml, **\CMakeLists.txt, **\*.cmake
4942
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments