mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-01-13 11:47:14 +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
|
||||
targetSdk 33
|
||||
versionCode 121
|
||||
versionName "6.0.2"
|
||||
versionName "0.0.1"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
javaCompileOptions {
|
||||
annotationProcessorOptions {
|
||||
|
Loading…
Reference in New Issue
Block a user