mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-17 11:59:39 +00:00
This doesn't spin up an emulator yet, but we don't have any tests that require one anyway
7 lines
118 B
YAML
7 lines
118 B
YAML
language: android
|
|
android:
|
|
components:
|
|
- android-28
|
|
- build-tools-28.0.3
|
|
script:
|
|
- ./gradlew build test
|