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

36 lines
649 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/
6 years ago
image: node:8
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
5 years ago
variables:
APT_CACHE_DIR: apt-cache
8 years ago
script:
5 years ago
- mkdir -pv $APT_CACHE_DIR && apt-get -qq update
- apt install firefox-esr -y --no-install-recommends
- firefox --version
- 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/