blob: 63792b4681ed0667ac7c002e549f9abced43382f [file] [log] [blame]
image: node:latest
stages:
- test
- package
cache:
paths:
- node_modules/
before_script:
- npm install
test:
stage: test
script:
- npm test
package:
stage: package
script:
- npm run pkg-linux
- npm run pkg-macos
artifacts:
paths:
- bin/