Skip to content

Commit

Permalink
chore: add initial config test file
Browse files Browse the repository at this point in the history
  • Loading branch information
yamilmedina committed Apr 23, 2024
1 parent fc14ebb commit 01170ad
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
static-code-analysis:
only_if: $CIRRUS_BRANCH == "main" || $CIRRUS_BRANCH == "develop" || $CIRRUS_BRANCH == "release/candidate" || CIRRUS_PR != ""
gradle_cache:
folder: ~/.gradle/caches
check_script: gradle detektAll
container:
image: gradle:jdk17
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

0 comments on commit 01170ad

Please sign in to comment.