mirror of
https://github.com/oxen-io/session-android.git
synced 2023-12-14 02:53:01 +01:00
10 lines
No EOL
142 B
YAML
10 lines
No EOL
142 B
YAML
---
|
|
kind: pipeline
|
|
type: docker
|
|
name: default
|
|
|
|
steps:
|
|
- name: test
|
|
image: mingc/android-build-box:1.24.0
|
|
commands:
|
|
- bash ./gradlew test |