Redo stages

This commit is contained in:
Marquis Kurt 2019-05-12 16:04:09 -04:00
parent 538cf992c3
commit 6cd222b064
1 changed files with 4 additions and 4 deletions

View File

@ -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