responsively-app/.gitlab-ci.yml

17 lines
271 B
YAML
Raw Normal View History

2019-09-11 16:11:18 +00:00
image: electronuserland/builder:wine
2019-09-08 17:46:20 +00:00
before_script:
- apt-get update
- apt-get install --no-install-recommends -y libopenjp2-tools
2019-09-08 17:46:20 +00:00
- cd desktop-app
stages:
- buildPublish
2019-09-09 03:51:32 +00:00
build_and_publish:
2019-09-08 17:46:20 +00:00
stage: buildPublish
script:
- yarn
- yarn run package-ci
2019-09-08 17:46:20 +00:00