You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

circle.yml 276B

123456789101112131415161718
  1. ---
  2. machine:
  3. environment:
  4. TERM: dumb
  5. checkout:
  6. post:
  7. - "if [ -e .git/shallow ]; then git fetch --unshallow; fi"
  8. - git fetch --tags
  9. dependencies:
  10. override:
  11. - ./gradlew --parallel assemble
  12. test:
  13. override:
  14. - ./gradlew --stacktrace --parallel test