1
Fork 0
This repository has been archived on 2024-05-27. You can view files and clone it, but cannot push or open issues or pull requests.
Penpot-Desktop/.drone.yml
2024-01-17 19:31:17 -05:00

20 lines
No EOL
286 B
YAML

---
kind: pipeline
type: exec
name: Build on macOS
clone:
retries: 3
platform:
os: darwin
arch: arm64
steps:
- name: Build
commands:
- yarn install
- yarn run build
- mv dist/Penpot\ Desktop*.dmg dist/Penpot.dmg
- mv dist/Penpot\ Desktop*.zip dist/Penpot.zip