mirror of
https://codeberg.org/Schoumi/PeerTubeLive.git
synced 2024-12-22 08:19:28 +01:00
Update ci to woodpecker
This commit is contained in:
parent
556bca4622
commit
3abf6c3554
@ -1,9 +0,0 @@
|
|||||||
---
|
|
||||||
kind: pipeline
|
|
||||||
type: exec
|
|
||||||
name: default
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: build
|
|
||||||
commands:
|
|
||||||
- bash ./gradlew assembleDebug
|
|
@ -3,3 +3,7 @@ pipeline:
|
|||||||
image: eclipse-temurin:11
|
image: eclipse-temurin:11
|
||||||
commands:
|
commands:
|
||||||
- bash ./gradlew assembleDebug
|
- bash ./gradlew assembleDebug
|
||||||
|
environment:
|
||||||
|
- ANDROID_HOME=/mnt/sdk
|
||||||
|
volumes:
|
||||||
|
- /home/woodpecker/sdk:/mnt/sdk
|
||||||
|
Loading…
Reference in New Issue
Block a user