pleroma-fe/.gitlab-ci.yml

33 lines
499 B
YAML
Raw Normal View History

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