From b2808be77e3c09f1a1cc2a11bf859d02b649616b Mon Sep 17 00:00:00 2001 From: "CA Vikram Shankar Mathur (vsmathur-onms)" Date: Tue, 31 Dec 2019 15:41:31 +0530 Subject: [PATCH 1/2] Create-Ant.yml Create-Ant.yml --- .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 00000000..7c1620d7 --- /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@v1 + - 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 From 1acee4e4be7842d35003e74bd7a6d039964cda91 Mon Sep 17 00:00:00 2001 From: "CA Vikram Shankar Mathur (vsmathur-onms)" Date: Tue, 31 Dec 2019 15:42:52 +0530 Subject: [PATCH 2/2] Create-Ant.yml Create-Ant.yml --- ant.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 ant.yml diff --git a/ant.yml b/ant.yml new file mode 100644 index 00000000..a62cd0a7 --- /dev/null +++ b/ant.yml @@ -0,0 +1,19 @@ +name: Java CI + +on: [push] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v1 + - 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 +- name: GitHub Action for Firebase + uses: w9jds/firebase-action@v1.1.0