You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2016/02/25 15:01:15 UTC

[27/43] incubator-tinkerpop git commit: Add notes about the build servers in the contributing guide.

Add notes about the build servers in the contributing guide.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/6f279954
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/6f279954
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/6f279954

Branch: refs/heads/TINKERPOP-1107
Commit: 6f279954027856763c4b074b1bbf046c9acdd98c
Parents: f8cbe8f
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon Feb 22 08:44:12 2016 -0500
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Mon Feb 22 08:44:12 2016 -0500

----------------------------------------------------------------------
 docs/src/dev/developer/contributing.asciidoc | 13 +++++++++++++
 1 file changed, 13 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/6f279954/docs/src/dev/developer/contributing.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/dev/developer/contributing.asciidoc b/docs/src/dev/developer/contributing.asciidoc
index 88d600c..90687a8 100644
--- a/docs/src/dev/developer/contributing.asciidoc
+++ b/docs/src/dev/developer/contributing.asciidoc
@@ -217,6 +217,19 @@ Contributors should examine the current code base to determine what the code sty
 style to what is already present. Of specific note however, TinkerPop does not use "import wildcards" - IDEs should
 be adjusted accordingly to not auto-wildcard the imports.
 
+Build Server
+~~~~~~~~~~~~
+
+TinkerPop uses both link:https://travis-ci.com/[Travis] and link:https://www.appveyor.com/[AppVeyor] for
+link:https://en.wikipedia.org/wiki/Continuous_integration[CI] services. Travis validates builds on Ubuntu, while
+AppVeyor validates builds on Windows.  The build statuses can be found here:
+
+* link:https://travis-ci.org/apache/incubator-tinkerpop[Travis Build Status]
+* link:https://ci.appveyor.com/project/ApacheSoftwareFoundation/incubator-tinkerpop[AppVeyor Build Status]
+
+Note that the CI process does not run integration tests or include Neo4j-related tests as those tests would likely
+exceed the allowable times for builds on these servers.
+
 Deprecation
 ~~~~~~~~~~~