This repository has been archived on 2022-10-04. You can view files and clone it, but cannot push or open issues or pull requests.
2019-01-05 22:44:59 +00:00
|
|
|
image: node:10
|
2018-07-16 01:29:01 +00:00
|
|
|
|
|
|
|
cache:
|
|
|
|
key: ${CI_COMMIT_REF_SLUG}
|
|
|
|
paths:
|
|
|
|
- node_modules/
|
|
|
|
|
|
|
|
before_script:
|
2018-12-01 14:27:04 +00:00
|
|
|
- node --version
|
|
|
|
- yarn --version
|
2018-07-16 01:29:01 +00:00
|
|
|
- yarn
|
|
|
|
|
2019-07-05 21:53:01 +00:00
|
|
|
test:
|
2018-07-16 01:29:01 +00:00
|
|
|
script:
|
2019-07-05 21:53:01 +00:00
|
|
|
- yarn test
|
2018-07-16 01:29:01 +00:00
|
|
|
|
|
|
|
pages:
|
|
|
|
stage: deploy
|
|
|
|
script:
|
|
|
|
- yarn build
|
|
|
|
artifacts:
|
|
|
|
paths:
|
|
|
|
- public
|
|
|
|
only:
|
|
|
|
- master
|