Commit 31abffec authored by Mygod's avatar Mygod Committed by Max Lv

Enlarge circleci memory

parent 5cc66f86
......@@ -5,7 +5,7 @@ jobs:
docker:
- image: shadowsocks/shadowsocks-android:circleci
environment:
JVM_OPTS: -Xmx3200m
JVM_OPTS: -Xmx3.5g
steps:
- checkout
- run: git submodule sync
......@@ -28,7 +28,10 @@ jobs:
key: go-full-{{ checksum "~/code/.git/modules/core/src/overture/go/HEAD" }}
- store_artifacts:
path: mobile/build/outputs/apk
destination: apk
destination: apk/mobile
- store_artifacts:
path: tv/build/outputs/apk
destination: apk/tv
- store_artifacts:
path: mobile/build/reports
destination: reports
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment