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

bharat pushed a commit to branch HDDS-2587
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git


The following commit(s) were added to refs/heads/HDDS-2587 by this push:
     new ecdd884  Add build step (#252)
ecdd884 is described below

commit ecdd88420ce67edbadcdedc2f30f294df0093504
Author: Vivek Ratnavel Subramanian <[email protected]>
AuthorDate: Thu Nov 21 11:26:57 2019 -0800

    Add build step (#252)
---
 .github/workflows/post-commit.yml | 8 ++++++++
 .github/workflows/pr.yml          | 8 ++++++++
 2 files changed, 16 insertions(+)

diff --git a/.github/workflows/post-commit.yml 
b/.github/workflows/post-commit.yml
index ef6237f..b10d270 100644
--- a/.github/workflows/post-commit.yml
+++ b/.github/workflows/post-commit.yml
@@ -16,6 +16,14 @@ name: build-branch
 on:
   - push
 jobs:
+  build:
+    name: compile
+    runs-on: ubuntu-18.04
+    steps:
+      - uses: actions/checkout@master
+      - uses: ./.github/buildenv
+        with:
+          args: ./hadoop-ozone/dev-support/checks/build.sh
   rat:
     name: rat
     runs-on: ubuntu-18.04
diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml
index 2662ee4..eb39fad 100644
--- a/.github/workflows/pr.yml
+++ b/.github/workflows/pr.yml
@@ -16,6 +16,14 @@ name: pr-check
 on:
   - pull_request
 jobs:
+  build:
+    name: compile
+    runs-on: ubuntu-18.04
+    steps:
+      - uses: actions/checkout@master
+      - uses: ./.github/buildenv
+        with:
+          args: ./hadoop-ozone/dev-support/checks/build.sh
   rat:
     name: rat
     runs-on: ubuntu-18.04


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to