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