Skip to content

Update repository, drop support of docker hub #28

Update repository, drop support of docker hub

Update repository, drop support of docker hub #28

Workflow file for this run

# This workflow will build a Java project with Ant
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-ant
name: Java CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v3
- name: Set up JDK 9
uses: actions/setup-java@v3
with:
java-version: '9'
distribution: 'adopt'
- name: Build with Ant
run: ant -noinput -buildfile build.xml makedistrib