This commit is contained in:
Miodrag Milic
2016-12-10 19:35:15 +01:00
parent fd059c1457
commit d5eb78e27e
+2 -1
View File
@@ -65,6 +65,8 @@ install:
build_script:
- ps: |
$ErrorActionPreference = 'Continue'
if ($Env:APPVEYOR_PROJECT_NAME -like '*test*') { ./test_all.ps1 "random $Env:au_test_groups"; return }
if ( ($Env:APPVEYOR_SCHEDULED_BUILD -ne 'true') -and ($Env:APPVEYOR_FORCED_BUILD -ne 'true') ) {
@@ -86,7 +88,6 @@ build_script:
}
}
$ErrorActionPreference = 'Continue'
./update_all.ps1 -ForcedPackages $forced
7z a au_temp.zip $Env:TEMP\chocolatey\au\*