diff options
author | Duarte Meneses <duarte.meneses@sonarsource.com> | 2015-11-18 17:04:15 +0100 |
---|---|---|
committer | Duarte Meneses <duarte.meneses@sonarsource.com> | 2015-11-18 17:04:15 +0100 |
commit | 214c6e9df401d81430b908fcb570cccbb5c5659d (patch) | |
tree | 8da419c85986bc660ef0c767911cd8e1d13baa19 | |
parent | 87926505665cb43492f487fd96354bb7ea48aa90 (diff) | |
download | sonar-scanner-cli-214c6e9df401d81430b908fcb570cccbb5c5659d.tar.gz sonar-scanner-cli-214c6e9df401d81430b908fcb570cccbb5c5659d.zip |
SQSCANNER-8 Execute ITs on Windows using AppVeyor
-rw-r--r-- | appveyor.ps1 | 3 |
1 files changed, 1 insertions, 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 |