responsively-app/.gitlab-ci.yml
2019-09-11 21:41:18 +05:30

16 lines
271 B
YAML

image: electronuserland/builder:wine
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