Redo stages
This commit is contained in:
parent
538cf992c3
commit
6cd222b064
|
@ -9,9 +9,10 @@ os:
|
|||
- osx
|
||||
|
||||
stages:
|
||||
- "Production builds"
|
||||
- "Darwin builds"
|
||||
- "Non-darwin builds"
|
||||
- name: "Production builds"
|
||||
- name: "Darwin builds"
|
||||
if: os = osx
|
||||
- name: "Non-darwin builds"
|
||||
|
||||
jobs:
|
||||
include:
|
||||
|
@ -26,7 +27,6 @@ jobs:
|
|||
- npm install
|
||||
- npm run build-desktop
|
||||
- stage: "Darwin builds"
|
||||
if: os = osx
|
||||
name: "macOS (all) build"
|
||||
script:
|
||||
- npm install
|
||||
|
|
Loading…
Reference in New Issue