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
48563352b6
commit
7288512048
@ -1,12 +1,8 @@
|
|||||||
image: node:10-alpine
|
image: node:10-alpine
|
||||||
|
|
||||||
before_script:
|
|
||||||
- npm install -g vsce
|
|
||||||
- npm install -g typescript
|
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- test
|
|
||||||
- build
|
- build
|
||||||
|
- test
|
||||||
# - package
|
# - package
|
||||||
|
|
||||||
code_quality:
|
code_quality:
|
||||||
@ -31,6 +27,8 @@ code_quality:
|
|||||||
transpile:
|
transpile:
|
||||||
stage: build
|
stage: build
|
||||||
before_script:
|
before_script:
|
||||||
|
- npm install -g vsce
|
||||||
|
- npm install -g typescript
|
||||||
- npm install
|
- npm install
|
||||||
script:
|
script:
|
||||||
- tsc -p ./
|
- tsc -p ./
|
||||||
|
Loading…
x
Reference in New Issue
Block a user