From 0c1407f11554b42452bf98c9c0431a818da76384 Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Thu, 26 Apr 2018 13:50:51 -0300 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 86e7a820..ff0297c2 100644 --- a/appveyor.yml +++ b/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 npm@5.7.1 -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: