forked from art-community/art-gradle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
54 lines (47 loc) · 1.82 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
#
# ART Java
#
# Copyright 2019 ART
#
# 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.
#
---
dist: trusty
install: true
language: java
matrix:
include:
- jdk: oraclejdk8
before_install:
- chmod 777 ci/travis.sh
- chmod 777 gradlew
script:
- ci/travis.sh
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
deploy:
overwrite: true
provider: releases
file_glob: true
file: ./**/build/libs/*
skip_cleanup: true
api_key:
secure: s+ZlZck0FcJ+X/c/JmvIIf6pC9fofUaxfEKzZaws4vUpOsVHAe3AxvI4JrBwbcB1aoMiycGcQAHXK7c+ovp5qtT7tcBS3O044sM8JdQi6mVrQ+uSMZt+f0Zev+Qt4etKsyJmTLbLyRDGz8UUp+aM4QS9NJWyHuTAhVHK1zzXIaJ9A1UG6ka9CI9IMIl2oqIVjwEQmWJ7USq4/VqPfZwFiwYHe6MY/8hBA15RYppKRDA3ZAPBKWFW0YWvQu4kdmGCu1AN9vAtDhPE3y1EH3L7enrnW4rRq8R/3W2/kwsJStK7LKi5oXPdoFNR7zACtq4cmQVB7y45YXjepAwuQ2I18Qfdz0KW6eSVFGUbtfzaUvFjMK/q9PBXtK/v1fyrtdVr8N+CuYecovattbHn870gZaS84JvNEwurSL3/H5GGSE0mjhwJvtsH2MIDOb3pvX9NGB9qTmGoK/RoTqZKqkIRPtBwGairm96AwztmEvGie0LRSTZH8iJRIAFSdZR8dEC9SGMaozXvH+AzSD7rJ0kDd7kddXyD7rRIxkNIO2x7VvzNuqOhbTo8EAU4m5XBYnBDE6f25W3UBdSdHYB5ecx+uxNSDcy7OzCS6l2wjrPqtwHUP3aH+DevyLro87ZJ3ixRLh0Bnfz2xSG7Tp0laTi2vXcbjjPoAzWWT1Xj0HJOEkk=
on:
repo: art-community/application-gradle-plugin
tags: true