2 Star 5 Fork 1

phodal / chapi

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 1.00 KB
一键复制 编辑 原始数据 按行查看 历史
phodal 提交于 2020-02-17 19:33 . build: setup local property for ci
# Config file to set up TestFX correctly.
# Adapted from https://github.com/TestFX/TestFX/wiki/Travis-CI
# NOTE When updating, update https://stackoverflow.com/a/49116679/4126843 too
# and the one from java-template-project
language: java
jdk:
- openjdk8
- oraclejdk11
services:
- xvfb
before_install:
- sudo apt update
- sudo apt install openjfx
- chmod +x ./gradlew
- export DISPLAY=:99.0
install: true
before_script:
- touch local.properties
script:
- ./gradlew check
after_success:
# Generate coverage report and upload to coveralls
- ./gradlew check jacocoTestReport jacocoRootReports coveralls
# Also upload to codecov
- bash <(curl -s https://codecov.io/bash)
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
- rm -f $HOME/.gradle/caches/*/fileHashes/fileHashes.bin
- rm -f $HOME/.gradle/caches/*/fileHashes/fileHashes.lock
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
Kotlin
1
https://gitee.com/phodal/chapi.git
git@gitee.com:phodal/chapi.git
phodal
chapi
chapi
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891