Skip to content

Commit

Permalink
Deploy msvc2013 builds for now (#64)
Browse files Browse the repository at this point in the history
Bipolar switched to deploying msvc2015 builds in as part of the Qt 5.6
work for release 0.5.2 (see c878195),
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.
  • Loading branch information
pcolby committed Apr 2, 2016
1 parent 829c534 commit 19cffa0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down

0 comments on commit 19cffa0

Please sign in to comment.