Files
starter-workflows/ci/ant.yml
T
2019-08-02 10:30:20 -04:00

22 lines
347 B
YAML

on: [push]
name: Ant
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
version: 1.8
- name: Build with Ant
working-directory: ''
run: ant -noinput -buildfile build.xml