Renamed jobs
This commit is contained in:
parent
d859bd203a
commit
ce19199c42
1 changed files with 7 additions and 6 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
- package
|
- package
|
||||||
|
- meta
|
||||||
|
|
||||||
# Cache modules in between jobs
|
# Cache modules in between jobs
|
||||||
cache:
|
cache:
|
||||||
|
|
@ -24,7 +25,7 @@ build:
|
||||||
- web
|
- web
|
||||||
|
|
||||||
# Platform-specific Electron builds
|
# Platform-specific Electron builds
|
||||||
package-raspi-deb:
|
package:rpi:
|
||||||
stage: package
|
stage: package
|
||||||
dependencies:
|
dependencies:
|
||||||
- build
|
- build
|
||||||
|
|
@ -41,7 +42,7 @@ package-raspi-deb:
|
||||||
- tags
|
- tags
|
||||||
- web
|
- web
|
||||||
|
|
||||||
package-linux-deb:
|
package:deb:
|
||||||
stage: package
|
stage: package
|
||||||
dependencies:
|
dependencies:
|
||||||
- build
|
- build
|
||||||
|
|
@ -58,7 +59,7 @@ package-linux-deb:
|
||||||
- tags
|
- tags
|
||||||
- web
|
- web
|
||||||
|
|
||||||
package-win32-exe:
|
package:win32:
|
||||||
stage: package
|
stage: package
|
||||||
dependencies:
|
dependencies:
|
||||||
- build
|
- build
|
||||||
|
|
@ -76,10 +77,10 @@ package-win32-exe:
|
||||||
- web
|
- web
|
||||||
|
|
||||||
# Create a nupkg file for Choco package manager
|
# Create a nupkg file for Choco package manager
|
||||||
package-win32-choco:
|
meta:choco:
|
||||||
stage: build
|
stage: meta
|
||||||
dependencies:
|
dependencies:
|
||||||
- package-win32-exe
|
- package:win32
|
||||||
image: patrickhuber/choco-linux
|
image: patrickhuber/choco-linux
|
||||||
script:
|
script:
|
||||||
- chmod +x ./app/make-nupkg.sh
|
- chmod +x ./app/make-nupkg.sh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue