From 214c6e9df401d81430b908fcb570cccbb5c5659d Mon Sep 17 00:00:00 2001 From: Duarte Meneses Date: Wed, 18 Nov 2015 17:04:15 +0100 Subject: SQSCANNER-8 Execute ITs on Windows using AppVeyor --- appveyor.ps1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/appveyor.ps1 b/appveyor.ps1 index a7c29ba..9451406 100644 --- a/appveyor.ps1 +++ b/appveyor.ps1 @@ -115,8 +115,6 @@ CALLSTACK:$(Get-PSCallStack | Out-String) } } -BuildSnapshot "SonarSource/orchestrator" - switch ($env:TEST) { "ci" @@ -128,6 +126,7 @@ switch ($env:TEST) "it" { InstallAppveyorTools + BuildSnapshot "SonarSource/orchestrator" mvn install "--batch-mode" "-Dsource.skip=true" "-Dmaven.test.skip=true" CheckLastExitCode -- cgit v1.2.3