You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by bh...@apache.org on 2019/11/21 19:27:05 UTC

[hadoop-ozone] branch HDDS-2587 updated: Add build step (#252)

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 <vi...@gmail.com>
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: ozone-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-commits-help@hadoop.apache.org