trying container build

This commit is contained in:
Mariotaku Lee 2017-09-04 17:09:15 +08:00
parent dc833582c1
commit 1a5587b4aa
No known key found for this signature in database
GPG Key ID: 15C10F89D7C33535
2 changed files with 3 additions and 4 deletions

View File

@ -1,7 +1,7 @@
language: android
dist: trusty
sudo: required
sudo: false
jdk: oraclejdk8
@ -22,7 +22,7 @@ env:
global:
# COMPONENT_GOOGLE_REPO
- secure: "OQ/wkORxY2qv4CmAdMxyW4ihRt5GRyxKxQRZpsdjMbwIKf3DlY6vBoNIEQ46sRRLAKOzkQ3LirodbWRCBlDN9WFw4XRsLTveqqtslMGeLf04peazXMIa6rJ22BCDGEmnzRNx6r3JRb9wEK1plNv4u4G9DgQ7ShzbwdZ8A5grlg8="
- GRADLE_OPTS: "-Dorg.gradle.daemon=false -Dorg.gradle.parallel=false -Dkotlin.incremental=false -Dkotlin.compiler.execution.strategy=in-process"
- GRADLE_OPTS: "-Dorg.gradle.parallel=false -Dkotlin.incremental=false -Dkotlin.compiler.execution.strategy=in-process"
addons:
apt:

View File

@ -1,2 +1 @@
-Dorg.gradle.jvmargs=-Xmx6g
kotlin.incremental=true
-Dorg.gradle.jvmargs=-Xmx3.5g