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

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

Branch: refs/heads/2_1_X
Commit: f9edfc2e9565dd29ba9740e9605794102a458b79
Parents: be1dba8
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:34 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/f9edfc2e/appveyor.yml
----------------------------------------------------------------------
diff --git a/appveyor.yml b/appveyor.yml
index 5fc0c02..c39b21e 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: