-
-
Notifications
You must be signed in to change notification settings - Fork 21
/
.travis.yml.dis
53 lines (45 loc) · 892 Bytes
/
.travis.yml.dis
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
---
# SPDX-FileCopyrightText: none
# SPDX-License-Identifier: CC0-1.0
# SPDX-FileType: SOURCE
os: linux
dist: bionic
virt: lxd
language: "java"
jdk: "openjdk8"
cache:
directories:
- "cache/"
- "$HOME/.gradle/caches/"
- "$HOME/.gradle/wrapper/"
git:
depth: 1
addons:
apt:
packages:
- unzip=6.0*
- zip=3.0*
before_script:
- export TERM=dumb
- export UPLOAD_BUILD_SCAN=true
jobs:
include:
- env: OSS=true
script: "./gradlew buildOtaOSS"
- env: OSS=false
script: "./gradlew buildOta"
fast_finish: true
before_cache:
- rm -f "$HOME/.gradle/caches/modules-2/modules-2.lock"
- rm -fr "$HOME/.gradle/caches/*/plugin-resolution/"
deploy:
provider: releases
# token:
# secure:
file_glob: true
file: output/*
edge: true
on:
repo: micro5k/microg-unofficial-installer
tags: true
condition: $OSS = true