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.
pleroma-fe/.gitlab-ci.yml

31 lines
473 B

8 years ago
# This file is a template, and might need editing before it works on your project.
# Official framework image. Look for the different tagged releases at:
# https://hub.docker.com/r/library/node/tags/
image: node:7
8 years ago
stages:
8 years ago
- lint
- build
- test
8 years ago
lint:
stage: lint
script:
- yarn
- npm run lint
8 years ago
test:
stage: test
8 years ago
script:
- yarn
8 years ago
- npm run unit
8 years ago
build:
stage: build
8 years ago
script:
- yarn
8 years ago
- npm run build
8 years ago
artifacts:
paths:
- dist/