-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Soon will migrate from Java to Kotlin and jdepend won't be used anymore
- Loading branch information
Showing
11 changed files
with
11 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ workflows: | |
- [email protected]: | ||
title: Gradle Build/Test/Analyse/Distribute | ||
inputs: | ||
- gradle_task: assembleDebug testDebug jacocoTestReport checkstyle pmd jdepend | ||
- gradle_task: assembleDebug testDebug jacocoTestReport checkstyle pmd | ||
lintDebug buildDashboard assembleDebugAndroidTest crashlyticsUploadDistributionDebug | ||
-PversionCode=$BITRISE_BUILD_NUMBER -PfabricApiKey=$FABRIC_API_KEY -PfabricApiSecret=$FABRIC_API_SECRET | ||
- mapping_file_exclude_filter: '' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,13 +24,13 @@ workflows: | |
unset ANDROID_NDK_HOME | ||
./gradlew assembleDebug testDebug jacocoTestReport checkstyle pmd jdepend lintDebug buildDashboard assembleDebugAndroidTest crashlyticsUploadDistributionDebug -PversionCode=$BITRISE_BUILD_NUMBER -PfabricApiKey=$FABRIC_API_KEY -PfabricApiSecret=$FABRIC_API_SECRET | ||
./gradlew assembleDebug testDebug jacocoTestReport checkstyle pmd lintDebug buildDashboard assembleDebugAndroidTest crashlyticsUploadDistributionDebug -PversionCode=$BITRISE_BUILD_NUMBER -PfabricApiKey=$FABRIC_API_KEY -PfabricApiSecret=$FABRIC_API_SECRET | ||
title: Gradle Build/Test/Analyse/Distribute | ||
# disabled because of https://github.com/vgaidarji/ci-matters/issues/35 | ||
# - [email protected]: | ||
# title: Gradle Build/Test/Analyse/Distribute | ||
# inputs: | ||
# - gradle_task: assembleDebug testDebug jacocoTestReport checkstyle pmd jdepend | ||
# - gradle_task: assembleDebug testDebug jacocoTestReport checkstyle pmd | ||
# lintDebug buildDashboard crashlyticsUploadDistributionDebug -PversionCode=$BITRISE_BUILD_NUMBER | ||
# -PfabricApiKey=$FABRIC_API_KEY -PfabricApiSecret=$FABRIC_API_SECRET | ||
# - mapping_file_exclude_filter: '' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
FABRIC_API_KEY: ${{ secrets.FABRIC_API_KEY }} | ||
FABRIC_API_SECRET: ${{ secrets.FABRIC_API_SECRET }} | ||
with: | ||
args: "./gradlew testDebug jacocoTestReport checkstyle pmd jdepend lintDebug buildDashboard" | ||
args: "./gradlew testDebug jacocoTestReport checkstyle pmd lintDebug buildDashboard" | ||
- name: Distribute | ||
uses: vgaidarji/[email protected] | ||
env: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,7 +44,7 @@ | |
<hudson.plugins.gradle.Gradle plugin="[email protected]"> | ||
<description></description> | ||
<switches></switches> | ||
<tasks>clean connectedAndroidTest assembleDebug testDebug jacocoTestReport coveralls checkstyle pmd jdepend lintDebug buildDashboard -PversionCode=${BUILD_NUMBER} -PfabricApiKey="" -PfabricApiSecret=""</tasks> | ||
<tasks>clean connectedAndroidTest assembleDebug testDebug jacocoTestReport coveralls checkstyle pmd lintDebug buildDashboard -PversionCode=${BUILD_NUMBER} -PfabricApiKey="" -PfabricApiSecret=""</tasks> | ||
<rootBuildScriptDir>${WORKSPACE}/app/</rootBuildScriptDir> | ||
<buildFile></buildFile> | ||
<gradleName>(Default)</gradleName> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters