kopia lustrzana https://github.com/dceejay/electron-node-red
crack on
rodzic
b8fabe3c3b
commit
172ec7bd3e
19
.travis.yml
19
.travis.yml
|
@ -7,6 +7,13 @@
|
||||||
# Node in order to install it by running the command individually, here to specify the version
|
# Node in order to install it by running the command individually, here to specify the version
|
||||||
- NODE_VERSION="4.4"
|
- NODE_VERSION="4.4"
|
||||||
before_install:
|
before_install:
|
||||||
|
# Brew is the latest state
|
||||||
|
- brew update
|
||||||
|
# Wine for build to the Windows environment is required
|
||||||
|
- brew install wine
|
||||||
|
- wine --version
|
||||||
|
# Makensis for creating Windows Installer is required
|
||||||
|
- brew install makensis
|
||||||
# Install the nvm. Nvm is not included by default in OS X environment of Travis
|
# Install the nvm. Nvm is not included by default in OS X environment of Travis
|
||||||
- git clone https://github.com/creationix/nvm.git /tmp/.nvm
|
- git clone https://github.com/creationix/nvm.git /tmp/.nvm
|
||||||
- source /tmp/.nvm/nvm.sh
|
- source /tmp/.nvm/nvm.sh
|
||||||
|
@ -20,13 +27,5 @@
|
||||||
- npm install
|
- npm install
|
||||||
script:
|
script:
|
||||||
- npm run build
|
- npm run build
|
||||||
before_deploy:
|
deploy:
|
||||||
# Brew is the latest state
|
skip_cleanup: true
|
||||||
- brew update
|
|
||||||
# Wine for build to the Windows environment is required
|
|
||||||
- brew install wine
|
|
||||||
- wine --version
|
|
||||||
# Makensis for creating Windows Installer is required
|
|
||||||
- brew install makensis
|
|
||||||
# Perform to build + installer created + zip with respect to each platform
|
|
||||||
# - npm run build
|
|
||||||
|
|
Ładowanie…
Reference in New Issue