update gitlab-ci
This commit is contained in:
parent
4bfb80e6be
commit
5d89fbbd46
1 changed files with 17 additions and 12 deletions
|
@ -5,15 +5,20 @@ stages:
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
stage: test
|
stage: test
|
||||||
|
before_script:
|
||||||
|
- npm install
|
||||||
script:
|
script:
|
||||||
- npm run lint
|
- npm run lint
|
||||||
|
|
||||||
compile:
|
compile:
|
||||||
stage: test
|
stage: test
|
||||||
|
before_script:
|
||||||
|
- npm install
|
||||||
script:
|
script:
|
||||||
- npm run build
|
- npm run build
|
||||||
|
# test:
|
||||||
#test:
|
|
||||||
# stage: test
|
# stage: test
|
||||||
|
# before_script:
|
||||||
|
# - npm install
|
||||||
# script:
|
# script:
|
||||||
# - npm test
|
# - npm test
|
||||||
|
|
Loading…
Reference in a new issue