From 6fec8edfb6388ef6be8875daf8a060bb3eb0bc5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20Garc=C3=ADa=20Amor?= Date: Thu, 25 Jan 2018 22:22:42 +0100 Subject: [PATCH] Improve Circle CI automatic builds MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Óscar García Amor --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c7460064..9c7e2e20 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -63,7 +63,7 @@ jobs: - image: circleci/android:api-27-alpha working_directory: ~/ultrasonic envoronment: - JVM_OPTS: -Xmx3200m + JAVA_TOOL_OPTIONS: "-XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap" steps: - checkout - restore_cache: @@ -88,7 +88,7 @@ jobs: root: /tmp/ultrasonic-release paths: - ultrasonic-*.apk - publish_signed_apk: + publish_github_signed_apk: docker: - image: circleci/golang steps: @@ -98,7 +98,7 @@ jobs: name: install ghr command: go get -v github.com/tcnksm/ghr - run: - name: publish release on tag + name: publish release on github tag command: ghr -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} ${CIRCLE_TAG} /tmp/ultrasonic-release workflows: version: 2 @@ -119,7 +119,7 @@ workflows: only: /^[0-9]+(\.[0-9]+)*/ branches: ignore: /.*/ - - publish_signed_apk: + - publish_github_signed_apk: requires: - generate_signed_apk filters: