File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : Android CI Build
2+
3+ on :
4+ push :
5+ branches-ignore :
6+ - gh-pages
7+ pull_request :
8+ branches-ignore :
9+ - gh-pages
10+
11+ jobs :
12+ build :
13+ runs-on : ubuntu-latest
14+
15+ steps :
16+ - name : Checkout Repository
17+ uses : actions/checkout@v4
18+
19+ - name : Set up JDK 17
20+ uses : actions/setup-java@v4
21+ with :
22+ java-version : ' 17'
23+ distribution : ' temurin'
24+
25+ - name : Grant execute permission for gradlew
26+ run : chmod +x gradlew
27+
28+ - name : Build with Gradle
29+ run : ./gradlew assembleDebug
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- [ ![ Build Status] ( https://travis-ci .com/asalamon74/ztemezszam.svg?branch=master )] ( https://travis-ci.com/asalamon74/ztemezszam )
1+ ![ Build Status] ( https://github .com/asalamon74/ztemezszam/actions/workflows/android_build.yml/badge.svg )
22[ ![ CodeFactor] ( https://www.codefactor.io/repository/github/asalamon74/ztemezszam/badge )] ( https://www.codefactor.io/repository/github/asalamon74/ztemezszam )
33[ ![ GitHub release] ( https://img.shields.io/github/release/asalamon74/ztemezszam.svg )] ( https://github.com/asalamon74/ztemezszam/releases )
44
You can’t perform that action at this time.
0 commit comments