hangoutsslackgmailskypefacebook-workplaceoutlookemailmicrosoft-teamsdiscordmessengercustom-servicesmacoslinuxwindowsinboxwhatsappicloudtweetdeckhipchattelegram
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
1.3 KiB
56 lines
1.3 KiB
7 years ago
|
version: 0.5.18
|
||
7 years ago
|
environment:
|
||
7 years ago
|
matrix:
|
||
|
- nodejs_version: '8'
|
||
9 years ago
|
pull_requests:
|
||
|
do_not_increment_build_number: true
|
||
|
branches:
|
||
|
only:
|
||
|
- master
|
||
|
skip_non_tags: true
|
||
|
init:
|
||
7 years ago
|
- cmd: git config --global core.autocrlf input
|
||
9 years ago
|
install:
|
||
7 years ago
|
- ps: Install-Product node $env:nodejs_version
|
||
|
- cmd: >-
|
||
7 years ago
|
git reset --hard HEAD
|
||
7 years ago
|
|
||
7 years ago
|
npm run sencha:clean
|
||
7 years ago
|
|
||
7 years ago
|
git clone https://github.com/saenzramiro/rambox-build.git %APPVEYOR_BUILD_FOLDER%\build\production\Rambox\
|
||
7 years ago
|
|
||
7 years ago
|
npm install [email protected] -g
|
||
7 years ago
|
|
||
7 years ago
|
npm install
|
||
7 years ago
|
|
||
7 years ago
|
npm --prefix %APPVEYOR_BUILD_FOLDER%\build\production\Rambox\ install %APPVEYOR_BUILD_FOLDER%\build\production\Rambox\
|
||
7 years ago
|
|
||
7 years ago
|
npm prune
|
||
9 years ago
|
cache:
|
||
7 years ago
|
- '%APPDATA%\npm-cache'
|
||
|
- '%USERPROFILE%\.electron'
|
||
|
- node_modules
|
||
|
- build\production\Rambox\node_modules
|
||
9 years ago
|
build_script:
|
||
7 years ago
|
- cmd: >-
|
||
7 years ago
|
node --version
|
||
7 years ago
|
|
||
7 years ago
|
npm --version
|
||
7 years ago
|
|
||
7 years ago
|
node_modules/.bin/build --win --ia32 --x64
|
||
9 years ago
|
test: off
|
||
|
artifacts:
|
||
7 years ago
|
- path: dist\win\*.exe
|
||
|
- path: dist\win\*.nupkg
|
||
|
- path: dist\win\RELEASES
|
||
|
- path: dist\win-ia32\*.exe
|
||
|
- path: dist\*.zip
|
||
9 years ago
|
deploy:
|
||
7 years ago
|
- provider: GitHub
|
||
|
tag: $(appveyor_build_version)
|
||
|
release: $(appveyor_build_version)
|
||
|
auth_token:
|
||
|
secure: RKFkz2S89dkYXdW+k47Wv42yrUeE1bDDMkM1PNuxrb0ZOcVVXPO88+t5dUllyvOG
|
||
|
draft: true
|
||
|
prerelease: false
|