--- kind: pipeline type: docker name: Android steps: - name: build image: mingc/android-build-box commands: - ./gradlew build when: event: - push - pull_request