You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2018/10/16 05:37:07 UTC

[6/6] syncope git commit: Also Appveyor to exclude Eclise build by default

Also Appveyor to exclude Eclise build by default


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/c2ba360b
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/c2ba360b
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/c2ba360b

Branch: refs/heads/master
Commit: c2ba360bbebd0b8f57e90fb3a2077f904aa5f224
Parents: d438252
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Tue Oct 16 07:36:34 2018 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Tue Oct 16 07:36:54 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/c2ba360b/appveyor.yml
----------------------------------------------------------------------
diff --git a/appveyor.yml b/appveyor.yml
index 5f79db7..55343b0 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -32,7 +32,7 @@ install:
   - cmd: SET MAVEN_OPTS=-Xmx4g
   - cmd: SET JAVA_OPTS=-Xmx4g
 build_script:
-  - mvn --show-version --quiet -T 1C -PskipTests,all --batch-mode
+  - mvn --show-version --quiet -T 1C -PskipTests,all,without-eclipse --batch-mode
 test_script:
   - mvn -T 1C clean install --batch-mode
 cache: