NO-JIRA: Added Appveyor CI build instructions (Windows CI)
Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/57414346 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/57414346 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/57414346 Branch: refs/heads/cjansen-cpp-client Commit: 57414346bf50e662a22f13997797d59247b84b4d Parents: 3a34066 Author: Andrew Stitcher <[email protected]> Authored: Wed May 13 12:39:05 2015 -0400 Committer: Andrew Stitcher <[email protected]> Committed: Wed May 13 12:39:05 2015 -0400 ---------------------------------------------------------------------- appveyor.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/57414346/appveyor.yml ---------------------------------------------------------------------- diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000..a147e0d --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,16 @@ +version: 0.10-SNAPSHOT-{branch}.{build} +configuration: RelWithDebInfo +install: +- cinst -y swig +before_build: +- mkdir BLD +- cd BLD +- cmake -G "Visual Studio 12" -DBUILD_PERL=no .. +- cd .. +build: + parallel: true + verbosity: normal +test_script: +- cd BLD +- ctest -V -C RelWithDebInfo +- cd .. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
