File tree Expand file tree Collapse file tree
GeoTagImage/src/main/java/com/dangiashish Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : Android CI/CD
2-
3- on :
4- push :
5- branches : [ "master" ]
6- pull_request :
7- branches : [ "master" ]
8-
9- jobs :
10- build :
11- runs-on : ubuntu-latest
12- steps :
13- - name : Checkout
14- uses : actions/checkout@v4.1.1
15-
16- - name : set up JDK 17
17- uses : actions/setup-java@v3
18- with :
19- java-version : ' 17'
20- distribution : ' adopt'
21-
22- - name : Grant execute permission for gradlew
23- run : chmod +x gradlew
24-
25- - name : Build with Gradle
26- run : ./gradlew build
27-
28- - name : Upload a Build Artifact
29- uses : actions/upload-artifact@v4
30- with :
31- name : GTI-Test-App.apk
32- path : app/build/outputs/apk/debug/app-debug.apk
1+ # name: Android CI/CD
2+ #
3+ # on:
4+ # push:
5+ # branches: [ "master" ]
6+ # pull_request:
7+ # branches: [ "master" ]
8+ #
9+ # jobs:
10+ # build:
11+ # runs-on: ubuntu-latest
12+ # steps:
13+ # - name: Checkout
14+ # uses: actions/checkout@v4.1.1
15+ #
16+ # - name: set up JDK 17
17+ # uses: actions/setup-java@v3
18+ # with:
19+ # java-version: '17'
20+ # distribution: 'adopt'
21+ #
22+ # - name: Grant execute permission for gradlew
23+ # run: chmod +x gradlew
24+ #
25+ # - name: Build with Gradle
26+ # run: ./gradlew build
27+ #
28+ # - name: Upload a Build Artifact
29+ # uses: actions/upload-artifact@v4
30+ # with:
31+ # name: GTI-Test-App.apk
32+ # path: app/build/outputs/apk/debug/app-debug.apk
Original file line number Diff line number Diff line change 1515local.properties
1616
1717# Ignore local library module
18- /GeoTagImage /src /main /java /com /dangiashish /GeoTagImage.kt
18+ /GeoTagImage /src /main /java /com /dangiashish /
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments