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
|
||||
before_install:
|
||||
- sudo apt-get install --no-install-recommends -y icnsutils graphicsmagick xz-utils
|
||||
- cd ../
|
||||
- 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
|
||||
- npm run shipall
|
||||
branches:
|
||||
only:
|
||||
- electron_bundler
|
||||
after_success:
|
||||
- rm -rf node_modules
|
||||
- rm -rf dist/linux-unpacked
|
||||
- rm -rf dist/*-unpacked
|
||||
- rm -rf app
|
||||
addons:
|
||||
artifacts: true
|
||||
|
|
|
@ -29,7 +29,8 @@
|
|||
"test": "echo \"Error: no test specified\" && exit 0",
|
||||
"dist": "build",
|
||||
"distmac": "build --mac ",
|
||||
"ship": "build --win -p always"
|
||||
"ship": "build --win -p always",
|
||||
"distall": "build -mlw -p always"
|
||||
},
|
||||
"keywords": [
|
||||
"usb"
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
appId: openbuilds.machine.driver
|
||||
publish:
|
||||
provider: github
|
||||
token: yourtokenhere
|
Ładowanie…
Reference in New Issue