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

20 lines
353 B
YAML
Raw Normal View History

2020-05-04 07:51:16 -04:00
stages:
- build
- test
typescript_build:
stage: build
script:
- cp ../config.json ./src/config.json
- yarn install --ignore-engines
2021-07-26 12:53:25 -04:00
- npx tsc -p ./tsconfig.json
2020-05-04 07:51:16 -04:00
lint:
stage: test
before_script:
- cp ../config.json ./src/config.json
- yarn install --ignore-engines
script:
- yarn run lint-find