Skip to content

Commit

Permalink
Adding sample with nested modules (#22)
Browse files Browse the repository at this point in the history
* Adding sample with nested modules

* Fix variant name
  • Loading branch information
lpusok authored Apr 24, 2020
1 parent 330515e commit 76e5f6b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
app:
envs:
- SAMPLE_REPO_GIT_CLONE_URL: https://github.com/bitrise-io/android-multiple-test-results-sample.git
- SAMPLE_REPO_BRANCH: maintenance
- SAMPLE_REPO_KOTLIN_GRADLE_URL: https://github.com/bitrise-io/android-gradle-kotlin-dsl.git
- ORIG_BITRISE_SOURCE_DIR: $BITRISE_SOURCE_DIR

Expand Down Expand Up @@ -37,7 +38,7 @@ workflows:
- is_create_path: true
- script:
inputs:
- content: git clone -b no-failures $SAMPLE_REPO_GIT_CLONE_URL .
- content: git clone -b $SAMPLE_REPO_BRANCH $SAMPLE_REPO_GIT_CLONE_URL .
- install-missing-android-tools:
inputs:
- gradlew_path: ./gradlew
Expand Down Expand Up @@ -65,15 +66,15 @@ workflows:
- is_create_path: true
- script:
inputs:
- content: git clone -b no-failures $SAMPLE_REPO_GIT_CLONE_URL .
- content: git clone -b $SAMPLE_REPO_BRANCH $SAMPLE_REPO_GIT_CLONE_URL .
- install-missing-android-tools:
inputs:
- gradlew_path: ./gradlew
- path::./:
title: Android Unit Test (monorepo in source dir, with module and variant set)
inputs:
- module: app
- variant: Debug
- variant: DemoDebug
- is_debug: "true"
after-run:
- check-artifacts
Expand All @@ -92,7 +93,7 @@ workflows:
- is_create_path: true
- script:
inputs:
- content: git clone -b no-failures $SAMPLE_REPO_GIT_CLONE_URL .
- content: git clone -b $SAMPLE_REPO_BRANCH $SAMPLE_REPO_GIT_CLONE_URL .
- install-missing-android-tools:
inputs:
- gradlew_path: ./gradlew
Expand Down

0 comments on commit 76e5f6b

Please sign in to comment.