linuxwindowsinboxwhatsappicloudtweetdeckhipchattelegramhangoutsslackgmailskypefacebook-workplaceoutlookemailmicrosoft-teamsdiscordmessengercustom-servicesmacos
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.
30 lines
729 B
30 lines
729 B
environment: |
|
matrix: |
|
- nodejs_version: '14' |
|
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: Install-Product node $env:nodejs_version |
|
- 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 |
|
|
|
npx electron-rebuild -v 11.4.10 |
|
cache: |
|
- '%APPDATA%\npm-cache' |
|
- '%USERPROFILE%\.electron' |
|
build_script: |
|
- cmd: cd %APPVEYOR_BUILD_FOLDER%\build\production\Rambox\ |
|
- cmd: npm run build:win |
|
test: off
|
|
|