2 changed files with 16 additions and 14 deletions
@ -1,4 +1,4 @@ |
|||||||
version: 0.5.17 |
version: 0.5.18 |
||||||
environment: |
environment: |
||||||
matrix: |
matrix: |
||||||
- nodejs_version: '8' |
- nodejs_version: '8' |
||||||
@ -14,17 +14,17 @@ install: |
|||||||
- ps: Install-Product node $env:nodejs_version |
- ps: Install-Product node $env:nodejs_version |
||||||
- cmd: >- |
- cmd: >- |
||||||
git reset --hard HEAD |
git reset --hard HEAD |
||||||
|
|
||||||
npm run sencha:clean |
npm run sencha:clean |
||||||
|
|
||||||
git clone https://github.com/saenzramiro/rambox-build.git %APPVEYOR_BUILD_FOLDER%\build\production\Rambox\ |
git clone https://github.com/saenzramiro/rambox-build.git %APPVEYOR_BUILD_FOLDER%\build\production\Rambox\ |
||||||
|
|
||||||
npm install [email protected] -g |
npm install [email protected] -g |
||||||
|
|
||||||
npm install |
npm install |
||||||
|
|
||||||
npm --prefix %APPVEYOR_BUILD_FOLDER%\build\production\Rambox\ install %APPVEYOR_BUILD_FOLDER%\build\production\Rambox\ |
npm --prefix %APPVEYOR_BUILD_FOLDER%\build\production\Rambox\ install %APPVEYOR_BUILD_FOLDER%\build\production\Rambox\ |
||||||
|
|
||||||
npm prune |
npm prune |
||||||
cache: |
cache: |
||||||
- '%APPDATA%\npm-cache' |
- '%APPDATA%\npm-cache' |
||||||
@ -34,9 +34,9 @@ cache: |
|||||||
build_script: |
build_script: |
||||||
- cmd: >- |
- cmd: >- |
||||||
node --version |
node --version |
||||||
|
|
||||||
npm --version |
npm --version |
||||||
|
|
||||||
node_modules/.bin/build --win --ia32 --x64 |
node_modules/.bin/build --win --ia32 --x64 |
||||||
test: off |
test: off |
||||||
artifacts: |
artifacts: |
||||||
|
Loading…
Reference in new issue