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

Move darwin stage up

This commit is contained in:
Marquis Kurt 2019-05-12 16:01:02 -04:00
parent 1f19c646d4
commit a8c111dbb2

View File

@ -25,12 +25,6 @@ jobs:
script:
- npm install
- npm run build-desktop
- stage: "Non-darwin builds"
name: "Windows build"
script:
- npm install
- npm run build
- npm run build-desktop-win
- stage: "Darwin builds"
name: "macOS (all) build"
if: os = osx
@ -38,6 +32,12 @@ jobs:
- npm install
- npm run build
- npm run build-desktop-macos
- stage: "Non-darwin builds"
name: "Windows build"
script:
- npm install
- npm run build
- npm run build-desktop-win
- stage: "Non-darwin builds"
name: "Linux (all) build"
script: