Removed test to have artifacts

This commit is contained in:
Kylart 2020-03-29 20:39:32 +02:00
parent 30cbd56ed5
commit 84c7199396
1 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@ install:
- cd %APPVEYOR_BUILD_FOLDER% - cd %APPVEYOR_BUILD_FOLDER%
- npm install - npm install
- npm run move:libs - npm run move:libs
- dir %APPVEYOR_BUILD_FOLDER%\bindings\build\Release - dir %APPVEYOR_BUILD_FOLDER%\public
build: off build: off
@ -54,7 +54,7 @@ test_script:
- npm --version - npm --version
- npm run lint - npm run lint
- npm run pack - npm run pack
- npm run test # - npm run test
deploy_script: deploy_script:
- IF [%APPVEYOR_REPO_BRANCH%]==[master] - IF [%APPVEYOR_REPO_BRANCH%]==[master] npm run publish:win && npm run publish:portable