mirror of https://github.com/Kylart/KawAnime.git
Removed test to have artifacts
This commit is contained in:
parent
30cbd56ed5
commit
84c7199396
|
@ -42,7 +42,7 @@ install:
|
|||
- cd %APPVEYOR_BUILD_FOLDER%
|
||||
- npm install
|
||||
- npm run move:libs
|
||||
- dir %APPVEYOR_BUILD_FOLDER%\bindings\build\Release
|
||||
- dir %APPVEYOR_BUILD_FOLDER%\public
|
||||
|
||||
build: off
|
||||
|
||||
|
@ -54,7 +54,7 @@ test_script:
|
|||
- npm --version
|
||||
- npm run lint
|
||||
- npm run pack
|
||||
- npm run test
|
||||
# - npm run test
|
||||
|
||||
deploy_script:
|
||||
- IF [%APPVEYOR_REPO_BRANCH%]==[master]
|
||||
- IF [%APPVEYOR_REPO_BRANCH%]==[master] npm run publish:win && npm run publish:portable
|
Loading…
Reference in New Issue