mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-25 11:05:25 +00:00
45a66d0eea
10 lines
142 B
YAML
10 lines
142 B
YAML
---
|
|||
kind: pipeline
|
|||
type: docker
|
|||
name: default
|
|||
|
|||
steps:
|
|||
- name: test
|
|||
image: mingc/android-build-box:1.24.0
|
|||
commands:
|
|||
- bash ./gradlew test
|