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.

20 lines
327 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
- build: |
cd pmrpc
npm run build
ls -1 lib
- test: |
cd pmrpc
npm run test