1
0
mirror of https://github.com/hyperspacedev/hyperspace synced 2025-01-31 01:29:37 +01:00

Rename stages

This commit is contained in:
Marquis Kurt 2019-05-12 16:01:58 -04:00
parent a8c111dbb2
commit 12cab8fc15

View File

@ -9,18 +9,18 @@ os:
- osx
stages:
- "Web builds"
- "Production builds"
- "Darwin builds"
- "Non-darwin builds"
jobs:
include:
- stage: "Web builds"
- stage: "Production builds"
name: "Web Production build"
script:
- npm install
- npm run build
- stage: "All destop builds"
- stage: "Production builds"
name: "Desktop (all) build"
script:
- npm install