Browse Source

Update appveyor.yml

pull/1617/head
Ramiro Saenz 7 years ago committed by GitHub
parent
commit
0c1407f115
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      appveyor.yml

8
appveyor.yml

@ -14,11 +14,17 @@ 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 [email protected] -g
npm install
npm --prefix %APPVEYOR_BUILD_FOLDER%\build\production\Rambox\ install %APPVEYOR_BUILD_FOLDER%\build\production\Rambox\
npm prune
cache:
- '%APPDATA%\npm-cache'
@ -28,7 +34,9 @@ cache:
build_script:
- cmd: >-
node --version
npm --version
node_modules/.bin/build --win --ia32 --x64
test: off
artifacts:

Loading…
Cancel
Save