14 lines
236 B
YAML
14 lines
236 B
YAML
variables:
|
|
VERSION_ID: '1.0:$CI_PIPELINE_ID'
|
|
|
|
stages:
|
|
- build
|
|
|
|
build:
|
|
image: crimata/electron-builder-mac
|
|
stage: build
|
|
artifacts:
|
|
paths:
|
|
- $CI_PROJECT_DIR/dist/*.*
|
|
script:
|
|
- yarn dist
|