pull/8/head
Dave Conway-Jones 2016-05-07 00:13:29 +01:00
rodzic b8fabe3c3b
commit 172ec7bd3e
1 zmienionych plików z 9 dodań i 10 usunięć

Wyświetl plik

@ -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