Merge branch 'master' into 'stable'
Remove nightly builds See merge request openflexure/openflexure-microscope-jsclient!36
This commit is contained in:
commit
8d70577d1a
1 changed files with 1 additions and 32 deletions
|
|
@ -22,22 +22,9 @@ build:
|
||||||
only:
|
only:
|
||||||
- stable
|
- stable
|
||||||
- tags
|
- tags
|
||||||
|
|
||||||
build-nightly:
|
|
||||||
stage: build
|
|
||||||
image: electronuserland/builder:wine
|
|
||||||
script:
|
|
||||||
- npm install
|
|
||||||
- npm run build:web
|
|
||||||
artifacts:
|
|
||||||
expire_in: 1 week
|
|
||||||
name: "build"
|
|
||||||
paths:
|
|
||||||
- dist/
|
|
||||||
only:
|
|
||||||
- schedules
|
|
||||||
- web
|
- web
|
||||||
|
|
||||||
|
|
||||||
# Electron app build
|
# Electron app build
|
||||||
package:
|
package:
|
||||||
stage: build
|
stage: build
|
||||||
|
|
@ -64,24 +51,6 @@ package:
|
||||||
only:
|
only:
|
||||||
- stable
|
- stable
|
||||||
- tags
|
- tags
|
||||||
|
|
||||||
package-nightly:
|
|
||||||
stage: build
|
|
||||||
image: electronuserland/builder:wine
|
|
||||||
script:
|
|
||||||
- npm install
|
|
||||||
- npm run build:app
|
|
||||||
- npm run release
|
|
||||||
- mv ./release-builds/*.AppImage .
|
|
||||||
- mv ./release-builds/*.exe .
|
|
||||||
artifacts:
|
|
||||||
expire_in: 1 week
|
|
||||||
name: "dist"
|
|
||||||
paths:
|
|
||||||
- "*.AppImage"
|
|
||||||
- "*.exe"
|
|
||||||
only:
|
|
||||||
- schedules
|
|
||||||
- web
|
- web
|
||||||
|
|
||||||
# Create a nupkg file for Choco package manager
|
# Create a nupkg file for Choco package manager
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue