Repository: qpid-proton Updated Branches: refs/heads/master 087b94fae -> da959b6e3
NO-JIRA: Remove now unused Java option from appveyor build recipe Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/da959b6e Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/da959b6e Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/da959b6e Branch: refs/heads/master Commit: da959b6e3051ac97aebc425c309677858fcc2a6b Parents: 087b94f Author: Andrew Stitcher <[email protected]> Authored: Thu Jun 8 16:27:54 2017 -0400 Committer: Andrew Stitcher <[email protected]> Committed: Thu Jun 8 16:27:54 2017 -0400 ---------------------------------------------------------------------- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/da959b6e/appveyor.yml ---------------------------------------------------------------------- diff --git a/appveyor.yml b/appveyor.yml index fe87f0d..8c61be0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,7 +8,7 @@ cache: before_build: - mkdir BLD - cd BLD -- cmake -G "Visual Studio 12" -DBUILD_PERL=no -DBUILD_JAVA=no .. +- cmake -G "Visual Studio 12" -DBUILD_PERL=no .. - cd .. build: parallel: true --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
