web/.drone.yml
Jixun d733dba221
Some checks failed
continuous-integration/drone/pr Build is failing
ci: upload to gitea packages instead of s3
2022-11-26 23:52:48 +00:00

28 lines
673 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: build
image: node:16.18-bullseye
commands:
- apt-get update
- apt-get install -y cmake jq zip
- ./scripts/build-wasm.sh
- npm ci
- npm run test
- ./scripts/build-and-package.sh legacy
- ./scripts/build-and-package.sh extension
- ./scripts/build-and-package.sh modern
- name: upload artifact
image: busybox:1.34-glibc
environment:
DRONE_GITEA_SERVER: https://git.unlock-music.dev
GITEA_API_KEY:
from_secret: GITEA_API_KEY
commands:
- apt-get update && apt-get install -y curl
- ./scripts/upload-packages.sh