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

18 lines
270 B
YAML
Raw Normal View History

2022-10-08 16:29:02 +01:00
pages:
2022-10-08 16:22:05 +01:00
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
2022-10-08 16:29:02 +01:00
only:
- master