mirror of
https://github.com/Drop-OSS/droplet.git
synced 2025-11-12 07:42:48 +10:00
16 lines
282 B
YAML
16 lines
282 B
YAML
stages:
|
|
- build
|
|
- publish
|
|
|
|
build:
|
|
stage: build
|
|
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/rust:1.81.0-bookworm
|
|
script:
|
|
- apt-get install yarnpkg -y
|
|
- yarnpkg
|
|
- yarnpkg build
|
|
artifacts:
|
|
paths:
|
|
- index.js
|
|
- index.d.ts
|
|
- droplet.*.node |