From 19cffa00ff584d23ece94aeae4f9f35b81ede5f9 Mon Sep 17 00:00:00 2001 From: Paul Colby Date: Sat, 2 Apr 2016 19:57:03 +1100 Subject: [PATCH] Deploy msvc2013 builds for now (#64) Bipolar switched to deploying msvc2015 builds in as part of the Qt 5.6 work for release 0.5.2 (see c878195a48cb8ca688021a276ac36ef962440371), however, the NSIS install script still (at present) includes msvc2013 runtime. So untill NSIS is updated to include the msvc2015 runtime (either instead of msvc2013, or auto-detecting between the two), deploy (to Github releases) the msvc2013 build only. --- .appveyor.yml | 2 +- CHANGELOG.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 0738b775..e51d9775 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -76,7 +76,7 @@ deploy: on: appveyor_repo_tag: true configuration: release - QTDIR: C:\Qt\5.6\msvc2015_64 + QTDIR: C:\Qt\5.6\msvc2013_64 notifications: - provider: Webhook diff --git a/CHANGELOG.md b/CHANGELOG.md index 43a5eae9..857363b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Bipolar Changelog +### 0.5.2 (_unreleased_) +Features: +- msvc2016 support in NSIS installer? ([#64](../../issues/64)) + ### 0.5.2 (2016-03-29) Bugs: - Qt 5.6 / C++11 support ([3bb2f60](../../commit/3bb2f60e693ecc84ba4dd6fed1638543a7b88d99))