Woodpecker CI/CD test

Signed-off-by: Balazs Toldi <balazs@toldi.eu>
This commit is contained in:
Balazs Toldi 2023-07-23 16:19:45 +02:00
parent c756342ce6
commit 632439c592
No known key found for this signature in database
GPG Key ID: 6C7D440036F99D58
2 changed files with 8 additions and 1 deletions

7
.woodpecker/build.yaml Normal file
View File

@ -0,0 +1,7 @@
pipeline:
build:
image: alvrme/alpine-android:android-33-jdk11
commands:
- ./gradlew :app:assemble
when:
path: [ app/**, build.gradle ]

View File

@ -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 {