mirror of
https://github.com/hmalik144/Weather-apps.git
synced 2026-03-17 23:16:01 +00:00
- circleci updated
This commit is contained in:
@@ -56,6 +56,9 @@ commands:
|
|||||||
flavour:
|
flavour:
|
||||||
type: string
|
type: string
|
||||||
default: "AtlasWeather"
|
default: "AtlasWeather"
|
||||||
|
package_suffix:
|
||||||
|
type: string
|
||||||
|
default: "atlas_weather"
|
||||||
steps:
|
steps:
|
||||||
- assemble_app:
|
- assemble_app:
|
||||||
flavour: << parameters.flavour >>
|
flavour: << parameters.flavour >>
|
||||||
@@ -64,7 +67,7 @@ commands:
|
|||||||
test-command: ./gradlew connected<< parameters.flavour >>DebugAndroidTest --continue
|
test-command: ./gradlew connected<< parameters.flavour >>DebugAndroidTest --continue
|
||||||
system-image: system-images;android-26;google_apis;x86
|
system-image: system-images;android-26;google_apis;x86
|
||||||
pull-data: true
|
pull-data: true
|
||||||
pull-data-path: /sdcard/Android/data/com.appttude.h_mal.<< parameters.flavour >>/files/screengrab/en-US/images/screenshots
|
pull-data-path: /sdcard/Android/data/com.appttude.h_mal.<< parameters.package_suffix >>/files/screengrab/en-US/images/screenshots
|
||||||
pull-data-target: ~/app-data
|
pull-data-target: ~/app-data
|
||||||
restore-gradle-cache-prefix: v1a
|
restore-gradle-cache-prefix: v1a
|
||||||
# store test reports
|
# store test reports
|
||||||
@@ -110,6 +113,9 @@ jobs:
|
|||||||
flavour:
|
flavour:
|
||||||
type: string
|
type: string
|
||||||
default: "AtlasWeather"
|
default: "AtlasWeather"
|
||||||
|
package_suffix:
|
||||||
|
type: string
|
||||||
|
default: "atlas_weather"
|
||||||
# These next lines define the Android machine image executor.
|
# These next lines define the Android machine image executor.
|
||||||
# See: https://circleci.com/docs/2.0/executor-types/
|
# See: https://circleci.com/docs/2.0/executor-types/
|
||||||
executor:
|
executor:
|
||||||
@@ -147,6 +153,7 @@ workflows:
|
|||||||
- build-and-test:
|
- build-and-test:
|
||||||
context: appttude
|
context: appttude
|
||||||
flavour: "MonoWeather"
|
flavour: "MonoWeather"
|
||||||
|
package_suffix: "monoWeather"
|
||||||
filters:
|
filters:
|
||||||
branches:
|
branches:
|
||||||
ignore:
|
ignore:
|
||||||
@@ -165,6 +172,7 @@ workflows:
|
|||||||
- build-and-test:
|
- build-and-test:
|
||||||
context: appttude
|
context: appttude
|
||||||
flavour: "AtlasWeather"
|
flavour: "AtlasWeather"
|
||||||
|
package_suffix: "atlas_weather"
|
||||||
filters:
|
filters:
|
||||||
branches:
|
branches:
|
||||||
ignore:
|
ignore:
|
||||||
|
|||||||
Reference in New Issue
Block a user