Skip to content
This repository has been archived by the owner on Mar 4, 2023. It is now read-only.

Commit

Permalink
remove msvc2015 build, update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Skycoder42 committed Mar 8, 2019
1 parent 4126cab commit e16ef18
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .qmake.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ DEFINES += QT_DEPRECATED_WARNINGS QT_ASCII_CAST_WARNINGS

MODULE_VERSION_MAJOR = 4
MODULE_VERSION_MINOR = 2
MODULE_VERSION_PATCH = 2
MODULE_VERSION_PATCH = 3
MODULE_VERSION_IMPORT = $${MODULE_VERSION_MAJOR}.$${MODULE_VERSION_MINOR}
MODULE_VERSION = $${MODULE_VERSION_MAJOR}.$${MODULE_VERSION_MINOR}.$${MODULE_VERSION_PATCH}

19 changes: 0 additions & 19 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
image:
- Visual Studio 2017
- Visual Studio 2015

version: build-{build}

Expand All @@ -17,24 +16,6 @@ environment:
- PLATFORM: msvc2017
- PLATFORM: winrt_x86_msvc2017
- PLATFORM: winrt_armv7_msvc2017
- PLATFORM: msvc2015_64

matrix:
exclude:
- PLATFORM: msvc2017_64
image: Visual Studio 2015
- PLATFORM: mingw73_64
image: Visual Studio 2015
- PLATFORM: winrt_x64_msvc2017
image: Visual Studio 2015
- PLATFORM: msvc2017
image: Visual Studio 2015
- PLATFORM: winrt_x86_msvc2017
image: Visual Studio 2015
- PLATFORM: winrt_armv7_msvc2017
image: Visual Studio 2015
- PLATFORM: msvc2015_64
image: Visual Studio 2017

install:
- git submodule init
Expand Down
2 changes: 1 addition & 1 deletion deploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
".skycoder42.jsonserializer",
".skycoder42.service"
],
"excludes": [],
"excludes": [ "msvc2015" ],
"license": {
"name": "BSD-3-Clause",
"path": "LICENSE"
Expand Down

0 comments on commit e16ef18

Please sign in to comment.