mirror of
https://github.com/responsively-org/responsively-app
synced 2024-11-10 23:04:20 +00:00
16 lines
271 B
YAML
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
|
|
|