kind: pipeline type: docker name: default steps: - name: build image: nextcloudci/android:android-32 commands: - chmod +x ./gradlew - ./gradlew assembleDebug --no-daemon