Browse Source

Improved AppVeyor

pull/1873/head
Ramiro Saenz 7 years ago
parent
commit
6dea43d052
  1. 10
      appveyor.yml

10
appveyor.yml

@ -14,15 +14,9 @@ init:
install:
- ps: Install-Product node $env:nodejs_version
- cmd: >-
git reset --hard HEAD
npm run sencha:clean
git clone https://github.com/saenzramiro/rambox-build.git %APPVEYOR_BUILD_FOLDER%\build\production\Rambox\
npm install
npm --prefix %APPVEYOR_BUILD_FOLDER%\build\production\Rambox\ install %APPVEYOR_BUILD_FOLDER%\build\production\Rambox\
npm install --only=prod
cp -R node_modules %APPVEYOR_BUILD_FOLDER%\build\production\Rambox\
cache:
- '%APPDATA%\npm-cache'
- '%USERPROFILE%\.electron'

Loading…
Cancel
Save