Skip to content
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.

Commit

Permalink
Add CI integration.
Browse files Browse the repository at this point in the history
fixes #2
  • Loading branch information
Nelson Osacky committed Sep 6, 2019
1 parent 9991b8d commit 141529e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .cirrus.yml
@@ -0,0 +1,12 @@
container:
image: gradle:jdk8

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
- find ~/.gradle/caches/ -name "*.lock" -type f -delete

0 comments on commit 141529e

Please sign in to comment.