aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorDuarte Meneses <duarte.meneses@sonarsource.com>2015-11-18 14:37:23 +0100
committerDuarte Meneses <duarte.meneses@sonarsource.com>2015-11-18 16:46:45 +0100
commit87926505665cb43492f487fd96354bb7ea48aa90 (patch)
treefee75ae63883a414d01395c5ad909e2c5507892a /appveyor.yml
parent1544db3e40a7de95d411dc2e7c96be3eb07f896f (diff)
downloadsonar-scanner-cli-87926505665cb43492f487fd96354bb7ea48aa90.tar.gz
sonar-scanner-cli-87926505665cb43492f487fd96354bb7ea48aa90.zip
SQSCANNER-8 Execute ITs on Windows using AppVeyor
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 87f9785..dfc9a8f 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -11,12 +11,15 @@ install:
- set MAVEN_VERSION=3.2.5
- choco install maven -version %MAVEN_VERSION%
- set PATH=%PATH%;C:\bin\apache-maven-%MAVEN_VERSION%\bin
- - echo %JAVA_HOME%
+ - set JAVA_HOME=C:\Program Files\Java\jdk1.7.0
environment:
matrix:
- RUN: ci
- JAVA_HOME: C:\Program Files\Java\jdk1.7.0
+ - RUN: it
+ SQ_VERSION: DEV
+ - RUN: it
+ SQ_VERSION: LTS
build_script:
- ps: ./appveyor.ps1