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: Build APK
2- #
3- # on:
4- # push:
5- # branches: [ "main-csu" ]
6- # pull_request:
7- # branches: [ "main-csu" ]
8- #
9- # jobs:
10- # build:
11- # runs-on: ubuntu-latest
12- #
13- # steps:
14- # - uses: actions/checkout@v4
15- #
16- # - name: Set up JDK 17
17- # uses: actions/setup-java@v3
18- # with:
19- # distribution: 'temurin'
20- # java-version: 17
21- #
22- # - name: Build APK
23- # run: ./gradlew assemblecsuDevDebug --stacktrace
24- # env:
25- # KEYSTORE_PASSWORD: ${{ secrets.KEYSTORE_PASSWORD }}
26- # KEY_ALIAS: ${{ secrets.KEY_ALIAS }}
27- # KEY_PASSWORD: ${{ secrets.KEY_PASSWORD }}
28- #
1+ name : Build APK
2+
3+ on :
4+ push :
5+ branches : [ "test-csu" ]
6+ pull_request :
7+ branches : [ "test-csu" ]
8+
9+ jobs :
10+ build :
11+ runs-on : ubuntu-latest
12+
13+ steps :
14+ - uses : actions/checkout@v4
15+
16+ - name : Set up JDK 21
17+ uses : actions/setup-java@v5
18+ with :
19+ distribution : ' temurin'
20+ java-version : 21
21+
22+ - name : Build APK
23+ run : ./gradlew assembleCsuDevDebug --stacktrace
24+
2925# - name: Upload APK
3026# uses: actions/upload-artifact@v4
3127# with:
Original file line number Diff line number Diff line change 33on :
44 push :
55 branches :
6- branches : [ "test-csu" ]
6+ - ' *'
7+ # tags:
8+ # - '!v*'
79
810jobs :
911 build :
You can’t perform that action at this time.
0 commit comments