Merge branch 'stable-ci' into 'master'

Run on push to stable branch

See merge request openflexure/openflexure-microscope-jsclient!25
This commit is contained in:
Joel Collins 2019-05-22 17:58:19 +00:00
commit dc0bd75039

View file

@ -21,6 +21,7 @@ build:
paths: paths:
- dist/ - dist/
only: only:
- stable
- tags - tags
- web - web
@ -39,6 +40,7 @@ package:rpi:
paths: paths:
- openflexure-ev-linux-armv7l.deb - openflexure-ev-linux-armv7l.deb
only: only:
- stable
- tags - tags
- web - web
@ -56,6 +58,7 @@ package:deb:
paths: paths:
- openflexure-ev-linux-amd64.deb - openflexure-ev-linux-amd64.deb
only: only:
- stable
- tags - tags
- web - web
@ -73,6 +76,7 @@ package:win32:
paths: paths:
- openflexure-ev-win.exe - openflexure-ev-win.exe
only: only:
- stable
- tags - tags
- web - web
@ -98,5 +102,6 @@ meta:choco:
- tools/chocolateyInstall.ps1 - tools/chocolateyInstall.ps1
- ./*.nupkg - ./*.nupkg
only: only:
- stable
- tags - tags
- web - web