ogn-52-fiducial-marker-dete.../.gitlab-ci.yml

16 lines
249 B
YAML
Raw Normal View History

2022-10-08 16:22:05 +01:00
build:
image: node:slim
stage: build
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- .npm
- .cache
before_script:
- npm ci --cache .npm --prefer-offline
script:
- npm run build
artifacts:
paths:
- public