mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-28 22:34:25 +02:00
woodpecker: Fix GRADLE_OPTS
This commit is contained in:
@@ -1,10 +1,12 @@
|
|||||||
steps:
|
steps:
|
||||||
tests:
|
tests:
|
||||||
image: codeberg.org/freeyourgadget/android-fdroid-tools:36.0.0-androguard-4.1.2-java-21
|
image: codeberg.org/freeyourgadget/android-fdroid-tools:36.0.0-androguard-4.1.2-java-21
|
||||||
|
environment:
|
||||||
|
GRADLE_OPTS: "-XX:TieredStopAtLevel=1"
|
||||||
commands:
|
commands:
|
||||||
- pwd #bump
|
- pwd #bump
|
||||||
# https://github.com/robolectric/robolectric/issues/3202
|
# https://github.com/robolectric/robolectric/issues/3202
|
||||||
- ./gradlew -XX:TieredStopAtLevel=1 :app:testBangleDebugUnitTest :app:testMainDebugUnitTest
|
- ./gradlew :app:testBangleDebugUnitTest :app:testMainDebugUnitTest
|
||||||
|
|
||||||
#when:
|
#when:
|
||||||
#repo: Freeyourgadget/Gadgetbridge
|
#repo: Freeyourgadget/Gadgetbridge
|
||||||
|
|||||||
Reference in New Issue
Block a user