Repository: incubator-freemarker
Updated Branches:
  refs/heads/3 7ff4f4c02 -> cda5cf9e8


Added "ci" Ant task


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

Branch: refs/heads/3
Commit: cda5cf9e8ed89d6b8e312dc6c29faa5049092f60
Parents: 7ff4f4c
Author: ddekany <[email protected]>
Authored: Mon Apr 17 11:51:32 2017 +0200
Committer: ddekany <[email protected]>
Committed: Mon Apr 17 11:51:32 2017 +0200

----------------------------------------------------------------------
 build.xml | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/cda5cf9e/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index ee367f8..9c488de 100644
--- a/build.xml
+++ b/build.xml
@@ -881,8 +881,16 @@ Proceed? </input>
     <echo>Note that before releasing, voting is needed!</echo>
     
<echo>*****************************************************************</echo>
   </target>
-  
-  
+
+  <!-- ================================================================= -->
+  <!-- CI (like Travis).......................                           -->
+  <!-- ================================================================= -->
+
+  <target name="ci"
+     depends="clean, update-deps, jar, test, javadoc"
+     description="CI should invoke this task"
+  />
+
   <!-- ================================================================== -->
   <!-- Dependency management (keep it exactly identical for all projects) -->
   <!-- ================================================================== -->

Reply via email to