Update to CI-config

This commit is contained in:
Juha Ristolainen 2018-11-28 16:20:10 +01:00
parent 7288512048
commit c8948da3c8
No known key found for this signature in database
GPG Key ID: D80C6C6D40707E83

View File

@ -1,7 +1,7 @@
image: node:10-alpine
stages:
- build
# - build
- test
# - package
@ -23,15 +23,14 @@ code_quality:
artifacts:
reports:
codequality: gl-code-quality-report.json
transpile:
stage: build
before_script:
- npm install -g vsce
- npm install -g typescript
- npm install
script:
- tsc -p ./
#transpile:
# stage: build
# before_script:
# - npm install -g vsce
# - npm install -g typescript
# - npm install
# script:
# - tsc -p ./
#package:
# stage: package
# cache: