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