mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-06-05 21:49:48 +02:00
Use own image for builds
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
pipeline:
|
||||
build:
|
||||
image: cs8898/android-fdroid-sdk:31.0.0
|
||||
image: codeberg.org/freeyourgadget/android-fdroid-tools:latest
|
||||
commands:
|
||||
- pwd #bump
|
||||
- ./gradlew assembleDebug --stacktrace
|
||||
|
@@ -1,6 +1,6 @@
|
||||
pipeline:
|
||||
tests:
|
||||
image: cs8898/android-fdroid-sdk:31.0.0
|
||||
image: codeberg.org/freeyourgadget/android-fdroid-tools:latest
|
||||
commands:
|
||||
- pwd #bump
|
||||
- ./gradlew :app:testBangleDebugUnitTest :app:testMainDebugUnitTest
|
||||
|
Reference in New Issue
Block a user