You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
283 B

image: alpine/edge
packages:
- nodejs
- npm
sources:
- https://git.sr.ht/~statianzo/pmrpc
environment:
CI: "true"
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: "true"
tasks:
- setup: |
cd pmrpc
npm install
- validate: |
cd pmrpc
npm run build
npm test