You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by dc...@apache.org on 2021/09/07 21:57:02 UTC

[datasketches-memory] branch UpdateDocs updated: Invoke custom script in C/I

This is an automated email from the ASF dual-hosted git repository.

dcromberge pushed a commit to branch UpdateDocs
in repository https://gitbox.apache.org/repos/asf/datasketches-memory.git


The following commit(s) were added to refs/heads/UpdateDocs by this push:
     new fbab102  Invoke custom script in C/I
fbab102 is described below

commit fbab1024177be77e8e4c747032768b0cfa57dbff
Author: David Cromberge <dc...@apache.org>
AuthorDate: Tue Sep 7 22:56:52 2021 +0100

    Invoke custom script in C/I
---
 .github/workflows/maven.yml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 9375ef7..d5f1a42 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -3,7 +3,7 @@ name: Java Test Coverage with Maven, Coveralls
 on:
   pull_request:
   push:
-    branches: [ master ]
+    branches: [ master, UpdateDocs ]
   workflow_dispatch:
 
 env:
@@ -122,6 +122,11 @@ jobs:
           -Dmatrix.jdk.version=${{matrix.jdk}}
           --toolchains .github/workflows/.toolchains.xml
 
+      # The GitTag for CI purposes is irrelevant
+      - name: Custom build script
+        run: >
+          ./tools/scripts/compile-package-jar.sh $JAVA_HOME x.y.z .
+
       - name: Test & Report
         if: ${{ matrix.jdk == 8 && success() }}
         run: >

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org