Test commit for cirrus.

This commit is contained in:
Prominence 2022-04-18 20:58:22 +03:00
parent 2553f13fbe
commit 46602e1f93
No known key found for this signature in database
GPG Key ID: B5C2DFCB54798A7B
2 changed files with 13 additions and 11 deletions

13
.cirrus.yml Normal file
View File

@ -0,0 +1,13 @@
container:
image: gradle:jdk11
check_task:
gradle_cache:
folder: ~/.gradle/caches
check_script: gradle check
cleanup_before_cache_script:
- rm -rf ~/.gradle/caches/$GRADLE_VERSION/
- rm -rf ~/.gradle/caches/transforms-1
- rm -rf ~/.gradle/caches/journal-1
- rm -rf ~/.gradle/caches/jars-3/*/buildSrc.jar
- find ~/.gradle/caches/ -name "*.lock" -type f -delete

View File

@ -1,11 +0,0 @@
language: java
jdk:
- openjdk8
- openjdk11
install: mvn install -DskipTests -Dgpg.skip -B
script: mvn test -Dmaven.skip.deploy=true -B
after_success:
- bash <(curl -s https://codecov.io/bash)