1
0
Fork 0
cloudservices/.gitlab-ci.yml

19 lines
288 B
YAML
Raw Normal View History

2019-12-16 17:41:28 -05:00
stages:
- build
- test
typescript_build:
stage: build
script:
2019-12-16 19:10:34 -05:00
- cp ../config.json ./src/config.json
2019-12-16 17:41:28 -05:00
- yarn install --ignore-engines
- tsc -p ./tsconfig.json
lint:
stage: test
before_script:
- yarn install --ignore-engines
script:
- yarn run lint-find