Travis Build Test

This commit is contained in:
JannisX11 2019-01-02 17:08:58 +01:00 committed by GitHub
parent f90fb19fce
commit e0aae1e056
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 10 deletions

View File

@ -8,15 +8,16 @@ matrix:
include:
- name: "macOS"
os: osx
- name: "Windows 64"
os: windows
- name: "Windows 32"
os: windows
script: npm run dist32
- name: "Linux"
os: linux
env: CC=clang CXX=clang++ npm_config_clang=1
compiler: clang
script: npm run dist32
- name: "Linux"
os: linux
cache:

View File

@ -37,14 +37,21 @@
],
"dmg": {
"artifactName": "${productName}_${version}.${ext}",
"backgroundColor": "#282c34",
"window": {
"x": 200,
"y": 100,
"width": 440,
"height": 220
},
"contents": [
{
"x": 130,
"y": 220
"y": 120
},
{
"x": 410,
"y": 220,
"x": 360,
"y": 120,
"type": "link",
"path": "/Applications"
}
@ -59,12 +66,12 @@
"target": [
"deb"
],
"category": ""
"category": "3DGraphics"
}
},
"scripts": {
"dist": "build --publish=always",
"dist32": "build --ia32 --publish=always"
"dist32": "build -w --ia32 --publish=always"
},
"devDependencies": {
"async": "^2.4.1",