Browse Source

Ups

pull/1873/head
Ramiro Saenz 7 years ago
parent
commit
d2b83a6bc5
  1. 3
      appveyor.yml

3
appveyor.yml

@ -15,13 +15,14 @@ install:
- ps: Install-Product node $env:nodejs_version
- cmd: >-
git clone https://github.com/saenzramiro/rambox-build.git %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'
- node_modules
- build\production\Rambox\node_modules
build_script:
- cmd: npm run build:win
test: off

Loading…
Cancel
Save