File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed
Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 1+ #! /usr/bin/env bash
2+ cd examples
3+ ../pmbuild android -libs
4+ ../pmbuild android
5+ cd build/android
6+ gradle wrapper
7+ ./gradlew assembleRelease
Original file line number Diff line number Diff line change 8888 runs-on : ubuntu-latest
8989 steps :
9090 - uses : actions/checkout@v3
91- with :
91+ with :
9292 submodules : " recursive"
9393 lfs : true
9494 - run : |
9898 ../pmbuild linux-editor -libs
9999 ../pmbuild linux-editor
100100 ../pmbuild make linux-editor all
101+ android :
102+ runs-on : ubuntu-latest
103+ steps :
104+ - uses : actions/checkout@v3
105+ with :
106+ submodules : " recursive"
107+ lfs : true
108+ - uses : actions/setup-java@v4
109+ with :
110+ distribution : " temurin"
111+ java-version : " 21"
112+ - uses : gradle/actions/setup-gradle@v3
113+ with :
114+ gradle-version : 8.14.3
115+ - run : .ci/android.sh
You can’t perform that action at this time.
0 commit comments