From 486ccaff56318a625d7e284acb53813867ff89be Mon Sep 17 00:00:00 2001 From: Dominik Schmidt Date: Wed, 17 Jan 2018 16:25:03 +0100 Subject: [PATCH] Enable tests in appveyor builds --- appveyor.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 11098ae10..289f58958 100644 --- a/appveyor.yml +++ b/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: