telegramhangoutsslackgmailskypefacebook-workplaceoutlookemailmicrosoft-teamsdiscordmessengercustom-servicesmacoslinuxwindowsinboxwhatsappicloudtweetdeckhipchat
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.
25 lines
641 B
25 lines
641 B
environment: |
|
matrix: |
|
- nodejs_version: '14.16.1' |
|
pull_requests: |
|
do_not_increment_build_number: true |
|
branches: |
|
only: |
|
- master |
|
skip_non_tags: true |
|
init: |
|
- cmd: git config --global core.autocrlf input |
|
- cmd: node --version |
|
- cmd: npm --version |
|
install: |
|
- ps: Update-NodeJsInstallation $env:nodejs_version x64 |
|
- cmd: >- |
|
git clone https://github.com/saenzramiro/rambox-build.git %APPVEYOR_BUILD_FOLDER%\build\production\Rambox\ |
|
|
|
cd %APPVEYOR_BUILD_FOLDER%\build\production\Rambox\ |
|
|
|
npm install |
|
build_script: |
|
- cmd: cd %APPVEYOR_BUILD_FOLDER%\build\production\Rambox\ |
|
- cmd: npm run build:win |
|
test: off
|
|
|