From fbccc341e703e85c9959dbf1e57a9c358325b098 Mon Sep 17 00:00:00 2001 From: Trimead Date: Mon, 24 Feb 2020 23:10:19 -0500 Subject: [PATCH] ant for image tagger trying to fork sig's imgtagger --- .github/workflows/ant.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/ant.yml diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml new file mode 100644 index 0000000..ba4d130 --- /dev/null +++ b/.github/workflows/ant.yml @@ -0,0 +1,17 @@ +name: Java CI + +on: [push] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + - name: Set up JDK 1.8 + uses: actions/setup-java@v1 + with: + java-version: 1.8 + - name: Build with Ant + run: ant -noinput -buildfile build.xml