1
0
Fork 0
refactor/models
Bsian 2019-12-16 22:41:28 +00:00
parent 1d3e6ce811
commit 2885bc4643
No known key found for this signature in database
GPG Key ID: 097FB9A291026091
1 changed files with 18 additions and 0 deletions

18
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,18 @@
stages:
- build
- test
typescript_build:
stage: build
script:
- cp /var/CloudServices/src/config.json ./src/config.json
- yarn install --ignore-engines
- tsc -p ./tsconfig.json
lint:
stage: test
before_script:
- yarn install --ignore-engines
script:
- yarn run lint-find