#4497: Add appveyor config file and fix vs2015 build with it.
-------------------------------------------------+-------------------------
Reporter: Vincent | Owner:
Type: patch (an actual patch, not | Status: new
a request for one) | Milestone: unspecified
Priority: normal | Version: git/master
Component: Build System Issues |
Operating System: All/Non-Specific |
-------------------------------------------------+-------------------------
This patch adds a .appveyor config file which is used by appveyor service
when building a
project from source.
Appveyor is a build service for Windows compilation that connects to
github. It's like
travis-ci except that it uses visual studio toolchain. Like travis it's
free for
opensource project (build time must be below 60 minutes though). It can be
used to check
that master branch is always buildable with visual studio. External
contributor can also
use appveyor on their fork to check that it builds correctly.
(See https://ci.appveyor.com/project/vlj/warzone2100)
I had to add a powershell autorevision script since appveyor doesn't ship
with a bash
interpreter. I also fixed Release build : Release build relied on previous
debug build
to generate some moc file, now Release build generates these files. Linker
also used
debug lib files for theora, it's now fixed.
--
Ticket URL: <http://developer.wz2100.net/ticket/4497>
Warzone 2100 Trac <http://developer.wz2100.net/>
The Warzone 2100 Project
------------------------------------------------------------------------------
_______________________________________________
Warzone2100-project mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/warzone2100-project