library/.woodpecker/.make-app.yaml

16 lines
349 B
YAML

when:
- event: [push, pull_request, manual, deployment, tag, release, pull_request]
steps:
- name: Install dependencies
image: node:latest
commands:
- npm Install
- npm run build
- npx cap sync
- name: Build Android app
image: mingc/android-build-box
commands:
- cd android
- ./gradlew bundleRelease