Update CI to woodpecker

This commit is contained in:
Schoumi 2022-09-16 14:38:00 +02:00
parent ebe55c7af8
commit 71cc375d13
2 changed files with 9 additions and 10 deletions

View File

@ -1,10 +0,0 @@
---
kind: pipeline
type: exec
name: default
steps:
- name: build
commands:
- env
- bash ./gradlew assembleDebug

9
.woodpecker.yml Normal file
View File

@ -0,0 +1,9 @@
pipeline:
build:
image: eclipse-temurin:11
commands:
- bash ./gradlew assembleDebug
environment:
- ANDROID_HOME=/mnt/sdk
volumes:
- /home/woodpecker/sdk:/mnt/sdk