Local testing

This commit is contained in:
2023-07-30 23:15:06 +01:00
parent fa7ad37398
commit a3c638bd11
2 changed files with 11 additions and 1 deletions

View File

@@ -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
View 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