mirror of
https://github.com/m2049r/xmrwallet
synced 2024-11-21 20:30:10 +01:00
upgrade ci image to 2022.03-ndk (#822)
This commit is contained in:
parent
197dffeae1
commit
524c3dd79f
@ -3,13 +3,11 @@ jobs:
|
||||
build:
|
||||
working_directory: ~/code
|
||||
docker:
|
||||
- image: circleci/android:api-28-ndk
|
||||
- image: cimg/android:2022.03-ndk
|
||||
environment:
|
||||
JVM_OPTS: -Xmx3200m
|
||||
steps:
|
||||
- checkout
|
||||
- run: yes | sdkmanager --licenses || exit 0
|
||||
- run: yes | sdkmanager --update || exit 0
|
||||
- restore_cache:
|
||||
key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }}
|
||||
- run:
|
||||
|
4
external-libs/Dockerfile
Normal file
4
external-libs/Dockerfile
Normal file
@ -0,0 +1,4 @@
|
||||
FROM cimg/android:2022.03-ndk
|
||||
|
||||
RUN uname -a
|
||||
|
Loading…
Reference in New Issue
Block a user