Skip to content

FreeJ2ME + Anbu + Libretro: Implement a better frame limit logic #8

FreeJ2ME + Anbu + Libretro: Implement a better frame limit logic

FreeJ2ME + Anbu + Libretro: Implement a better frame limit logic #8

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