1
0
mirror of https://github.com/chylex/Nextcloud-Desktop.git synced 2025-04-25 01:15:48 +02:00

Enable tests in appveyor builds

This commit is contained in:
Dominik Schmidt 2018-01-17 16:25:03 +01:00
parent e0cc93c047
commit 486ccaff56

View File

@ -35,10 +35,9 @@ on_finish:
- ps: |
Get-ChildItem $env:USERPROFILE\.craft\* | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
#test_script:
#- ps: |
#craft $env:TARGET --src-dir $env:APPVEYOR_BUILD_FOLDER --test owncloud-client
test: off
test_script:
- ps: |
craft $env:TARGET --src-dir $env:APPVEYOR_BUILD_FOLDER --test owncloud-client
environment:
matrix: