Temp use android-machine
This commit is contained in:
parent
74e9e50edc
commit
1d99145d93
|
@ -152,7 +152,7 @@ commands:
|
|||
name: Build App
|
||||
no_output_timeout: 40m
|
||||
command: |
|
||||
sudo apt install -y libicu-dev ninja-build
|
||||
sudo apt install -y libicu-dev
|
||||
if [[ $CIRCLE_JOB == "android-build-official" ]]; then
|
||||
./gradlew bundleOfficialPlayRelease
|
||||
fi
|
||||
|
@ -389,11 +389,13 @@ jobs:
|
|||
# Android builds
|
||||
android-build-experimental:
|
||||
<<: *defaults
|
||||
<<: *android-img
|
||||
# environment:
|
||||
# <<: *android-env
|
||||
# <<: *bash-env
|
||||
resource_class: xlarge
|
||||
executor:
|
||||
name: android/android-machine
|
||||
resource-class: xlarge
|
||||
tag: 2023.04.1
|
||||
environment:
|
||||
<<: *android-env
|
||||
<<: *bash-env
|
||||
steps:
|
||||
- android-build
|
||||
|
||||
|
|
Loading…
Reference in New Issue