vgaidarji / ci-matters

Integration (comparison) of different continuous integration services on Android project
Apache License 2.0
128 stars 30 forks source link

Switch to shell script from Gradle runner at bitrise #36

Closed vgaidarji closed 5 years ago

vgaidarji commented 5 years ago

What has been done

Temporarily disabled Gradle runner step because of https://github.com/vgaidarji/ci-matters/issues/35.

Fixes #27

Alternative solution

Just use custom version of gradle runner step as follows (from this commit)

    - git::https://github.com/bitrise-io/steps-gradle-runner.git@unset_ndk_home:
        title: Gradle Build/Test/Analyse/Distribute
        inputs:
        - gradle_task: assembleDebug testDebug jacocoTestReport checkstyle pmd jdepend
            lintDebug buildDashboard assembleDebugAndroidTest crashlyticsUploadDistributionDebug
            -PversionCode=$BITRISE_BUILD_NUMBER -PfabricApiKey=$FABRIC_API_KEY -PfabricApiSecret=$FABRIC_API_SECRET
        - mapping_file_exclude_filter: ''
coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 4a4d00df5a1f25275f3b60e42cd923419297c0e2 on fix-bitrise-build into c421f997c1b3c3436325783a08b02d2984b6cd70 on master.