mirror of
https://github.com/TwidereProject/Twidere-Android
synced 2025-01-23 13:30:17 +01:00
tweaking travis config
This commit is contained in:
parent
1a5587b4aa
commit
afa04e4c41
@ -22,7 +22,6 @@ env:
|
||||
global:
|
||||
# COMPONENT_GOOGLE_REPO
|
||||
- secure: "OQ/wkORxY2qv4CmAdMxyW4ihRt5GRyxKxQRZpsdjMbwIKf3DlY6vBoNIEQ46sRRLAKOzkQ3LirodbWRCBlDN9WFw4XRsLTveqqtslMGeLf04peazXMIa6rJ22BCDGEmnzRNx6r3JRb9wEK1plNv4u4G9DgQ7ShzbwdZ8A5grlg8="
|
||||
- GRADLE_OPTS: "-Dorg.gradle.parallel=false -Dkotlin.incremental=false -Dkotlin.compiler.execution.strategy=in-process"
|
||||
|
||||
addons:
|
||||
apt:
|
||||
@ -50,6 +49,7 @@ before_install:
|
||||
|
||||
install:
|
||||
- ./travis/scripts/fetch_private_files.sh
|
||||
- cat ./travis/configs/gradle.properties > ./gradle.properties
|
||||
|
||||
before_script:
|
||||
# Validate if patches work
|
||||
|
22
travis/configs/gradle.properties
Normal file
22
travis/configs/gradle.properties
Normal file
@ -0,0 +1,22 @@
|
||||
#
|
||||
# Twidere - Twitter client for Android
|
||||
#
|
||||
# Copyright 2012-2017 Mariotaku Lee <mariotaku.lee@gmail.com>
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
# Travis has 4g memory for container-based instances, 7.5g for VM-based instances
|
||||
org.gradle.jvmargs=-Xmx3.5g
|
||||
org.gradle.parallel=false
|
||||
kotlin.incremental=false
|
||||
kotlin.compiler.execution.strategy=in-process
|
Loading…
Reference in New Issue
Block a user