Update ci to woodpecker

This commit is contained in:
Schoumi 2022-07-14 13:38:36 +02:00
parent 556bca4622
commit 3abf6c3554
2 changed files with 4 additions and 9 deletions

View File

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

View File

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