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

Enlarge circleci memory

parent 5cc66f86
...@@ -5,7 +5,7 @@ jobs: ...@@ -5,7 +5,7 @@ jobs:
docker: docker:
- image: shadowsocks/shadowsocks-android:circleci - image: shadowsocks/shadowsocks-android:circleci
environment: environment:
JVM_OPTS: -Xmx3200m JVM_OPTS: -Xmx3.5g
steps: steps:
- checkout - checkout
- run: git submodule sync - run: git submodule sync
...@@ -28,7 +28,10 @@ jobs: ...@@ -28,7 +28,10 @@ jobs:
key: go-full-{{ checksum "~/code/.git/modules/core/src/overture/go/HEAD" }} key: go-full-{{ checksum "~/code/.git/modules/core/src/overture/go/HEAD" }}
- store_artifacts: - store_artifacts:
path: mobile/build/outputs/apk path: mobile/build/outputs/apk
destination: apk destination: apk/mobile
- store_artifacts:
path: tv/build/outputs/apk
destination: apk/tv
- store_artifacts: - store_artifacts:
path: mobile/build/reports path: mobile/build/reports
destination: 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