This commit is contained in:
portree_kid 2020-06-25 20:37:19 +02:00
parent fe7fbd433e
commit 589d7c28d8

View File

@ -4,14 +4,13 @@ dist: xenial
language: node_js language: node_js
node_js: node_js:
- 10.15.3 - 10.15.3
matrix:
- os: osx
- os: windows
- os: linux
jobs: jobs:
include: include:
- stage: Build binaries - stage: Build binaries
matrix:
include:
- os: osx
- os: windows
- os: linux
workspaces: workspaces:
use: use:
- binaries - binaries
@ -29,6 +28,7 @@ jobs:
script: script:
- npm run build - npm run build
- stage: Deploy - stage: Deploy
-os: linux
workspaces: workspaces:
use: use:
- binaries - binaries