Procházet zdrojové kódy

SQSCANNER-8 Execute ITs on Windows using AppVeyor

tags/2.5-rc1
Duarte Meneses před 8 roky
rodič
revize
214c6e9df4
1 změnil soubory, kde provedl 1 přidání a 2 odebrání
  1. 1
    2
      appveyor.ps1

+ 1
- 2
appveyor.ps1 Zobrazit soubor

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

Načítá se…
Zrušit
Uložit