responsively-app/.gitlab-ci.yml
2019-09-11 15:19:34 +05:30

16 lines
255 B
YAML

image: node:8-jessie
before_script:
- apt-get update
- apt-get install --no-install-recommends -y libopenjp2-tools
- cd desktop-app
stages:
- buildPublish
build_and_publish:
stage: buildPublish
script:
- yarn
- yarn run package-ci