mirror of
https://github.com/hmalik144/Driver.git
synced 2026-01-31 02:41:46 +00:00
Local testing
This commit is contained in:
@@ -137,6 +137,10 @@ workflows:
|
||||
jobs:
|
||||
- build-and-test:
|
||||
flavour: "Driver"
|
||||
filters:
|
||||
branches:
|
||||
ignore:
|
||||
- main_admin
|
||||
- android/deploy-to-play-store:
|
||||
filters:
|
||||
branches:
|
||||
@@ -152,11 +156,15 @@ workflows:
|
||||
jobs:
|
||||
- build-and-test:
|
||||
flavour: "Admin"
|
||||
filters:
|
||||
branches:
|
||||
ignore:
|
||||
- main_driver
|
||||
- android/deploy-to-play-store:
|
||||
filters:
|
||||
branches:
|
||||
only:
|
||||
- main_driver
|
||||
- main_admin
|
||||
requires:
|
||||
- build-and-test
|
||||
executor:
|
||||
|
||||
2
ci_local.sh
Normal file
2
ci_local.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
circleci config process .circleci/local_config.yml > process.yml
|
||||
circleci local execute -c process.yml build-and-test-1 -e $GIT_EMAIL="h.malik144@gmail.com" -e BASE64_KEYSTORE=$BASE64_KEYSTORE -e RELEASE_KEYSTORE=$RELEASE_KEYSTORE -e RELEASE_STORE_PASSWORD=$RELEASE_STORE_PASSWORD -e RELEASE_KEY_PASSWORD=$RELEASE_KEY_PASSWORD -e RELEASE_KEY_ALIAS=$RELEASE_KEY_ALIAS -e DOCKER_USERNAME=$DOCKER_USERNAME -e DOCKER_PASSWORD=$DOCKER_PASSWORD -e GOOGLE_SERVICES_KEY=$DRIVER_GOOGLE_SERVICES
|
||||
Reference in New Issue
Block a user