Explorar o código

Enable tests in appveyor builds

Dominik Schmidt %!s(int64=8) %!d(string=hai) anos
pai
achega
486ccaff56
Modificáronse 1 ficheiros con 3 adicións e 4 borrados
  1. 3 4
      appveyor.yml

+ 3 - 4
appveyor.yml

@@ -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: