zig-cli/.drone.yml

20 lines
362 B
YAML
Raw Normal View History

2024-03-14 15:03:18 +00:00
kind: pipeline
type: docker
name: xoana
volumes:
- name: pnpm_cache
host:
path: /var/cache/drone/pnpm_cache
steps:
- name: build
image: node
volumes:
- name: pnpm_cache
path: /drone/src/.pnpm-store/v3
commands:
- corepack enable
- pnpm config set registry https://registry.npmmirror.com
- pnpm install