mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-25 14:36:01 +03:00
Enable tests in appveyor builds
This commit is contained in:
parent
e0cc93c047
commit
486ccaff56
1 changed files with 3 additions and 4 deletions
|
@ -35,10 +35,9 @@ on_finish:
|
||||||
- ps: |
|
- ps: |
|
||||||
Get-ChildItem $env:USERPROFILE\.craft\* | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
|
Get-ChildItem $env:USERPROFILE\.craft\* | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
|
||||||
|
|
||||||
#test_script:
|
test_script:
|
||||||
#- ps: |
|
- ps: |
|
||||||
#craft $env:TARGET --src-dir $env:APPVEYOR_BUILD_FOLDER --test owncloud-client
|
craft $env:TARGET --src-dir $env:APPVEYOR_BUILD_FOLDER --test owncloud-client
|
||||||
test: off
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
|
|
Loading…
Reference in a new issue