Форк Rambox
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.

26 lines
632 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
7 years ago
- 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\
7 years ago
7 years ago
cd %APPVEYOR_BUILD_FOLDER%\build\production\Rambox\
7 years ago
7 years ago
npm install
build_script:
7 years ago
- cmd: cd %APPVEYOR_BUILD_FOLDER%\build\production\Rambox\
7 years ago
- cmd: npm run build:win
test: off