Skip to content

ci compile

ci compile #72

Workflow file for this run

name: ci compile
on: [push]
jobs:
build-jar-job:
name: 'CI'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17 for x64
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
architecture: x64
- name: Run the Ant ci target
run: ant -noinput -buildfile build.xml ci