pleroma-fe/.gitlab-ci.yml

31 lines
473 B
YAML
Raw Normal View History

2016-11-22 04:49:53 -08:00
# 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/
2017-02-16 04:44:09 -08:00
image: node:7
2016-11-22 04:49:53 -08:00
2017-03-01 11:42:45 -08:00
stages:
2017-03-08 23:58:17 -08:00
- lint
2017-03-01 11:42:45 -08:00
- build
- test
2017-03-08 23:58:17 -08:00
lint:
stage: lint
script:
- yarn
- npm run lint
2016-11-22 04:49:53 -08:00
test:
2017-03-01 11:46:07 -08:00
stage: test
2016-11-22 04:49:53 -08:00
script:
2017-02-16 04:48:36 -08:00
- yarn
2016-11-22 04:49:53 -08:00
- npm run unit
2017-02-18 12:26:17 -08:00
2016-11-22 04:49:53 -08:00
build:
2017-03-01 11:46:07 -08:00
stage: build
2016-11-22 04:49:53 -08:00
script:
2017-02-16 04:48:36 -08:00
- yarn
2016-11-22 05:04:54 -08:00
- npm run build
2016-12-08 06:55:12 -08:00
artifacts:
paths:
- dist/