File tree 2 files changed +3
-7
lines changed
2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -37,13 +37,6 @@ environment:
37
37
VCVARS_COMMANDLINE : ' "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86'
38
38
CMAKE_INSTALL_PATH : ' C:\Program Files (x86)\CMake'
39
39
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
-
47
40
cache :
48
41
- C:\.hunter -> .appveyor.yml, **\CMakeLists.txt, **\*.cmake
49
42
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.
18
18
### Changed ###
19
19
- {Qt} ` networkErrorToStatusCode() ` now returns a ` Code ` instead of ` int ` .
20
20
21
+ ### Removed ###
22
+ - Testing with Visual Studio 2013 because of outdated CMake.
23
+
21
24
22
25
---
23
26
You can’t perform that action at this time.
0 commit comments