Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Add support for creating VS installer builds in appveyor #1897
Conversation
- Add option to do VS installer builds to the build scripts - If a branch is named releases/*-vsinstaller, create an extra package in CI for the vs installer - Only run code analysis on builds that produce packages - Build packages on non-PR builds when building for the vs installer - Remove stale solution configurations
Codecov Report
@@ Coverage Diff @@
## master #1897 +/- ##
=======================================
Coverage 40.94% 40.94%
=======================================
Files 487 487
Lines 18868 18868
=======================================
Hits 7726 7726
Misses 11142 11142Continue to review full report at Codecov.
|
|
We're no longer using AppVeyor. |
DO NOT MERGE MASTER INTO THIS BRANCH
This branch is based off of the v2.5.5.3913 tag, to make it easier to do vs installer builds from it.
What it does: