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:06 UTC

[5/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/2177d2d3
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/2177d2d3
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/2177d2d3

Branch: refs/heads/2_0_X
Commit: 2177d2d3a529d1324beeec9000c443b975d8d876
Parents: 100aa32
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:50 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/2177d2d3/appveyor.yml
----------------------------------------------------------------------
diff --git a/appveyor.yml b/appveyor.yml
index a049e6b..c94ff32 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: