Skip to content

Commit

Permalink
MINOR: Add build_and_test.yml and update build status links
Browse files Browse the repository at this point in the history
  • Loading branch information
dongjoon-hyun committed Dec 7, 2023
1 parent 1ec67e2 commit 6959b31
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Build and test

on:
push:
branches:
- main

jobs:
build:
if: github.repository == 'apache/orc-format'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master

- uses: actions/setup-java@v4
with:
distribution: zulu
java-version: 17

- name: Install
run: |
./mvnw install
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ Releases:
* Plan: <a href="https://github.com/apache/orc/milestones">Apache ORC future release plan</a>

The current build status:
* Main branch <a href="https://github.com/apache/orc/actions/workflows/build_and_test.yml?query=branch%3Amain">
![main build status](https://github.com/apache/orc/actions/workflows/build_and_test.yml/badge.svg?branch=main)</a>
* Main branch <a href="https://github.com/apache/orc-format/actions/workflows/build_and_test.yml?query=branch%3Amain">
![main build status](https://github.com/apache/orc-format/actions/workflows/build_and_test.yml/badge.svg?branch=main)</a>

Bug tracking: <a href="http://orc.apache.org/bugs">Apache Jira</a>

Expand Down

0 comments on commit 6959b31

Please sign in to comment.