kopia lustrzana https://github.com/OpenBuilds/OpenBuilds-CONTROL
Test Travis
rodzic
0ea9f68c13
commit
c7529bf932
14
.travis.yml
14
.travis.yml
|
@ -5,23 +5,13 @@ sudo: required
|
||||||
dist: trusty
|
dist: trusty
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get install --no-install-recommends -y icnsutils graphicsmagick xz-utils
|
- sudo apt-get install --no-install-recommends -y icnsutils graphicsmagick xz-utils
|
||||||
- cd ../
|
- npm run shipall
|
||||||
- git clone https://github.com/LaserWeb/LaserWeb4.git
|
|
||||||
- cd LaserWeb4
|
|
||||||
- git checkout dev-es6
|
|
||||||
- npm install
|
|
||||||
- npm run installdev
|
|
||||||
- npm run bundle-dev
|
|
||||||
- cd ../lw.comm-server
|
|
||||||
- npm install
|
|
||||||
- ./node_modules/.bin/electron-rebuild
|
|
||||||
- npm run dist
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- electron_bundler
|
- electron_bundler
|
||||||
after_success:
|
after_success:
|
||||||
- rm -rf node_modules
|
- rm -rf node_modules
|
||||||
- rm -rf dist/linux-unpacked
|
- rm -rf dist/*-unpacked
|
||||||
- rm -rf app
|
- rm -rf app
|
||||||
addons:
|
addons:
|
||||||
artifacts: true
|
artifacts: true
|
||||||
|
|
|
@ -29,7 +29,8 @@
|
||||||
"test": "echo \"Error: no test specified\" && exit 0",
|
"test": "echo \"Error: no test specified\" && exit 0",
|
||||||
"dist": "build",
|
"dist": "build",
|
||||||
"distmac": "build --mac ",
|
"distmac": "build --mac ",
|
||||||
"ship": "build --win -p always"
|
"ship": "build --win -p always",
|
||||||
|
"distall": "build -mlw -p always"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"usb"
|
"usb"
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
appId: openbuilds.machine.driver
|
||||||
|
publish:
|
||||||
|
provider: github
|
||||||
|
token: yourtokenhere
|
Ładowanie…
Reference in New Issue