mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-01-27 18:14:45 +01:00
Woodpecker CI/CD test
Signed-off-by: Balazs Toldi <balazs@toldi.eu>
This commit is contained in:
parent
c756342ce6
commit
632439c592
7
.woodpecker/build.yaml
Normal file
7
.woodpecker/build.yaml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
pipeline:
|
||||||
|
build:
|
||||||
|
image: alvrme/alpine-android:android-33-jdk11
|
||||||
|
commands:
|
||||||
|
- ./gradlew :app:assemble
|
||||||
|
when:
|
||||||
|
path: [ app/**, build.gradle ]
|
@ -9,7 +9,7 @@ android {
|
|||||||
minSdk 21
|
minSdk 21
|
||||||
targetSdk 33
|
targetSdk 33
|
||||||
versionCode 121
|
versionCode 121
|
||||||
versionName "6.0.2"
|
versionName "0.0.1"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
javaCompileOptions {
|
javaCompileOptions {
|
||||||
annotationProcessorOptions {
|
annotationProcessorOptions {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user