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_VERSION="4.4"
|
||||
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
|
||||
- git clone https://github.com/creationix/nvm.git /tmp/.nvm
|
||||
- source /tmp/.nvm/nvm.sh
|
||||
|
@ -20,13 +27,5 @@
|
|||
- npm install
|
||||
script:
|
||||
- npm run build
|
||||
before_deploy:
|
||||
# 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
|
||||
# Perform to build + installer created + zip with respect to each platform
|
||||
# - npm run build
|
||||
deploy:
|
||||
skip_cleanup: true
|
||||
|
|
Ładowanie…
Reference in New Issue