You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2016/11/02 02:53:40 UTC

[20/50] [abbrv] qpid-proton git commit: NO-JIRA: Don't build Java on appveyor to avoid CI failure - Appveyor Windows CI never previously build/tested Proton-J. Its configuration has changed and it tries to test Proton-J but fails, so turning off Java

NO-JIRA: Don't build Java on appveyor to avoid CI failure
- Appveyor Windows CI never previously build/tested Proton-J.
  Its configuration has changed and it tries to test Proton-J
  but fails, so turning off Java is no problem as we never had this
  working before in any case.


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/0eafe3af
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/0eafe3af
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/0eafe3af

Branch: refs/heads/go1
Commit: 0eafe3af73e6d8e45d4ee2125aaba3bbd36046b9
Parents: cd011b6
Author: Andrew Stitcher <as...@apache.org>
Authored: Fri Oct 14 13:48:12 2016 -0400
Committer: Andrew Stitcher <as...@apache.org>
Committed: Fri Oct 14 13:48:12 2016 -0400

----------------------------------------------------------------------
 appveyor.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/0eafe3af/appveyor.yml
----------------------------------------------------------------------
diff --git a/appveyor.yml b/appveyor.yml
index 8c61be0..368e9ad 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 ..
+- cmake -G "Visual Studio 12" -DBUILD_PERL=no i-DBUILD_JAVA=no ..
 - cd ..
 build:
   parallel: true


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org