mirror of
https://github.com/JannisX11/blockbench.git
synced 2025-03-31 17:21:07 +08:00
Travis Build Test
This commit is contained in:
parent
f90fb19fce
commit
e0aae1e056
11
.travis.yml
11
.travis.yml
@ -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:
|
||||
|
17
package.json
17
package.json
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user