Skip to content

Commit

Permalink
added a workflow and status badging
Browse files Browse the repository at this point in the history
  • Loading branch information
rjgriffin42 committed Oct 10, 2024
1 parent 18f9866 commit 122790e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/gradle-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Gradle test

on:
workflow_dispatch:
push:
branches:
- develop
pull_request:

permissions:
checks: write
contents: read

jobs:
gradle-test:
uses: ihmcrobotics/ihmc-actions/.github/workflows/gradle-test.yml@main
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# IHMC Java Video Codecs

![realtime](https://maven-badges.herokuapp.com/maven-central/us.ihmc/ihmc-video-codecs/badge.svg?style=plastic)
![buildstatus](https://github.com/ihmcrobotics/ihmc-video-codecs/actions/workflows/gradle-test.yml/badge.svg)


This library provides Java support for the following video formats
- MP4 (Based on JCodec)
- MJPEG (libJPEG-Turbo)
Expand Down

0 comments on commit 122790e

Please sign in to comment.