blob: 63792b4681ed0667ac7c002e549f9abced43382f [file] [log] [blame]
Marc Kupietz89bbfb32024-02-03 18:29:48 +01001image: node:latest
2
3stages:
4 - test
5 - package
6
7cache:
8 paths:
9 - node_modules/
10
11before_script:
12 - npm install
13
14test:
15 stage: test
16 script:
17 - npm test
18
19package:
20 stage: package
21 script:
22 - npm run pkg-linux
23 - npm run pkg-macos
24 artifacts:
25 paths:
26 - bin/