This repository was archived by the owner on Mar 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +2
-21
lines changed Expand file tree Collapse file tree 3 files changed +2
-21
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ DEFINES += QT_DEPRECATED_WARNINGS QT_ASCII_CAST_WARNINGS
9
9
10
10
MODULE_VERSION_MAJOR = 4
11
11
MODULE_VERSION_MINOR = 2
12
- MODULE_VERSION_PATCH = 2
12
+ MODULE_VERSION_PATCH = 3
13
13
MODULE_VERSION_IMPORT = $${MODULE_VERSION_MAJOR}.$${MODULE_VERSION_MINOR}
14
14
MODULE_VERSION = $${MODULE_VERSION_MAJOR}.$${MODULE_VERSION_MINOR}.$${MODULE_VERSION_PATCH}
15
15
Original file line number Diff line number Diff line change 1
1
image :
2
2
- Visual Studio 2017
3
- - Visual Studio 2015
4
3
5
4
version : build-{build}
6
5
@@ -17,24 +16,6 @@ environment:
17
16
- PLATFORM : msvc2017
18
17
- PLATFORM : winrt_x86_msvc2017
19
18
- PLATFORM : winrt_armv7_msvc2017
20
- - PLATFORM : msvc2015_64
21
-
22
- matrix :
23
- exclude :
24
- - PLATFORM : msvc2017_64
25
- image : Visual Studio 2015
26
- - PLATFORM : mingw73_64
27
- image : Visual Studio 2015
28
- - PLATFORM : winrt_x64_msvc2017
29
- image : Visual Studio 2015
30
- - PLATFORM : msvc2017
31
- image : Visual Studio 2015
32
- - PLATFORM : winrt_x86_msvc2017
33
- image : Visual Studio 2015
34
- - PLATFORM : winrt_armv7_msvc2017
35
- image : Visual Studio 2015
36
- - PLATFORM : msvc2015_64
37
- image : Visual Studio 2017
38
19
39
20
install :
40
21
- git submodule init
Original file line number Diff line number Diff line change 6
6
" .skycoder42.jsonserializer" ,
7
7
" .skycoder42.service"
8
8
],
9
- "excludes" : [],
9
+ "excludes" : [ " msvc2015 " ],
10
10
"license" : {
11
11
"name" : " BSD-3-Clause" ,
12
12
"path" : " LICENSE"
You can’t perform that action at this time.
0 commit comments