mirror of
https://gitlab.com/aviortheking/code-stats-vscode.git
synced 2025-04-22 10:52:13 +00:00
Update to CI-config
This commit is contained in:
parent
7288512048
commit
c8948da3c8
@ -1,7 +1,7 @@
|
|||||||
image: node:10-alpine
|
image: node:10-alpine
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- build
|
# - build
|
||||||
- test
|
- test
|
||||||
# - package
|
# - package
|
||||||
|
|
||||||
@ -23,15 +23,14 @@ code_quality:
|
|||||||
artifacts:
|
artifacts:
|
||||||
reports:
|
reports:
|
||||||
codequality: gl-code-quality-report.json
|
codequality: gl-code-quality-report.json
|
||||||
|
#transpile:
|
||||||
transpile:
|
# stage: build
|
||||||
stage: build
|
# before_script:
|
||||||
before_script:
|
# - npm install -g vsce
|
||||||
- npm install -g vsce
|
# - npm install -g typescript
|
||||||
- npm install -g typescript
|
# - npm install
|
||||||
- npm install
|
# script:
|
||||||
script:
|
# - tsc -p ./
|
||||||
- tsc -p ./
|
|
||||||
#package:
|
#package:
|
||||||
# stage: package
|
# stage: package
|
||||||
# cache:
|
# cache:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user