1 changed files with 4 additions and 10 deletions
@ -10,6 +10,8 @@ branches: |
|||||||
skip_non_tags: true |
skip_non_tags: true |
||||||
init: |
init: |
||||||
- cmd: git config --global core.autocrlf input |
- cmd: git config --global core.autocrlf input |
||||||
|
- cmd: node --version |
||||||
|
- cmd: npm --version |
||||||
install: |
install: |
||||||
- ps: Install-Product node $env:nodejs_version |
- ps: Install-Product node $env:nodejs_version |
||||||
- cmd: >- |
- cmd: >- |
||||||
@ -19,25 +21,17 @@ install: |
|||||||
|
|
||||||
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 |
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 |
|
||||||
cache: |
cache: |
||||||
- '%APPDATA%\npm-cache' |
- '%APPDATA%\npm-cache' |
||||||
- '%USERPROFILE%\.electron' |
- '%USERPROFILE%\.electron' |
||||||
- node_modules |
- node_modules |
||||||
- build\production\Rambox\node_modules |
- build\production\Rambox\node_modules |
||||||
build_script: |
build_script: |
||||||
- cmd: >- |
- cmd: npm i [email protected] |
||||||
node --version |
- cmd: npm run build:win |
||||||
|
|
||||||
npm --version |
|
||||||
|
|
||||||
npm run build:win |
|
||||||
test: off |
test: off |
||||||
artifacts: |
artifacts: |
||||||
- path: dist\win\*.exe |
- path: dist\win\*.exe |
||||||
|
Loading…
Reference in new issue