Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 1acee4e

Browse files
Create-Ant.yml
Create-Ant.yml
1 parent b2808be commit 1acee4e

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

ant.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Java CI
2+
3+
on: [push]
4+
5+
jobs:
6+
build:
7+
8+
runs-on: ubuntu-latest
9+
10+
steps:
11+
- uses: actions/checkout@v1
12+
- name: Set up JDK 1.8
13+
uses: actions/setup-java@v1
14+
with:
15+
java-version: 1.8
16+
- name: Build with Ant
17+
run: ant -noinput -buildfile build.xml
18+
- name: GitHub Action for Firebase
19+
uses: w9jds/firebase-action@v1.1.0

0 commit comments

Comments
 (0)