openflexure-microscope-server/.gitlab-ci.yml
2019-05-06 11:28:51 +01:00

25 lines
No EOL
395 B
YAML

stages:
- build
- deploy
build:
stage: build
image: electronuserland/builder:wine
script:
- npm install
- npm run release
artifacts:
paths:
- release-builds/*.exe
- release-builds/*.deb
- release-builds/*.AppImage
deploy:
stage: deploy
tags:
- windows
script:
- .\app\make-nupkg.ps1
artifacts:
paths:
- release-builds/*.nupkg