You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by nw...@apache.org on 2015/07/11 18:41:04 UTC

[1/2] lucy-clownfish git commit: Shallow git clone for Appveyor

Repository: lucy-clownfish
Updated Branches:
  refs/heads/master d58d7eb5d -> 6608f2b05


Shallow git clone for Appveyor


Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/4806ee96
Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/4806ee96
Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/4806ee96

Branch: refs/heads/master
Commit: 4806ee96eb7126a3718dec4c7ef43b717b6b0680
Parents: d58d7eb
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Sat Jul 11 18:27:39 2015 +0200
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Sat Jul 11 18:27:39 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/4806ee96/appveyor.yml
----------------------------------------------------------------------
diff --git a/appveyor.yml b/appveyor.yml
index d8c3076..c153317 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -13,3 +13,5 @@ build: off
 test_script:
   - 'devel\bin\appveyor-build.bat'
 
+clone_depth: 10
+


[2/2] lucy-clownfish git commit: Mention Travis and Appveyor in CONTRIBUTING

Posted by nw...@apache.org.
Mention Travis and Appveyor in CONTRIBUTING


Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/6608f2b0
Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/6608f2b0
Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/6608f2b0

Branch: refs/heads/master
Commit: 6608f2b05d3815b16876ae45aee2d16ba073fd00
Parents: 4806ee9
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Sat Jul 11 18:32:58 2015 +0200
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Sat Jul 11 18:32:58 2015 +0200

----------------------------------------------------------------------
 CONTRIBUTING | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/6608f2b0/CONTRIBUTING
----------------------------------------------------------------------
diff --git a/CONTRIBUTING b/CONTRIBUTING
index 3ca8f14..10c92d9 100644
--- a/CONTRIBUTING
+++ b/CONTRIBUTING
@@ -31,6 +31,11 @@ MAKE CHANGES:
 
   Edit the source code as you see fit, then build and run tests.
 
+  Clownfish supports continuous integration services Travis and Appveyor
+  to run tests under multiple host languages, host language versions, and
+  platforms. If you fork the Github repository, you can make these services
+  automatically test the changes you made in your fork.
+
   Please bear the following in mind:
 
     * All code will eventually need to be portable to multiple operating