1
0
mirror of https://github.com/termux/termux-app synced 2024-06-13 12:56:41 +00:00
termux-app/.cirrus.yml

21 lines
276 B
YAML
Raw Permalink Normal View History

container:
image: cirrusci/android-sdk:28
2019-10-07 12:01:22 +00:00
cpu: 2
memory: 8G
task:
name: tests
script: ./gradlew test
task:
name: debug-build
depends_on:
- tests
2019-10-07 12:01:22 +00:00
script: |
./gradlew assembleDebug
output_artifacts:
path: "./app/build/outputs/apk/debug/*.apk"