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 321B

12345678910111213141516171819
  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. - git submodule update --init --remote
  10. dependencies:
  11. override:
  12. - ./gradlew --stacktrace assemble
  13. test:
  14. override:
  15. - ./gradlew --stacktrace --parallel test