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

24 lines
No EOL
418 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
image: patrickhuber/choco-linux
script:
- powershell .\app\make-nupkg.ps1
artifacts:
paths:
- release-builds/*.nupkg