Skip to content

ImaAdpcmDecoder: Rework sample decode/predict, and finalize funcs #10

ImaAdpcmDecoder: Rework sample decode/predict, and finalize funcs

ImaAdpcmDecoder: Rework sample decode/predict, and finalize funcs #10

Workflow file for this run

name: Java CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up OpenJDK 1.8
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '8'
- name: Build with Ant
run: ant -noinput -buildfile build.xml
- name: Compute commit short SHA
id: shortsha
run: echo "{name}={value}" >> $GITHUB_OUTPUT
- uses: actions/upload-artifact@v4
with:
name: freej2me-${{ steps.shortsha.outputs.value }}
path: build/*.jar