forked from SonarSource/sonar-dotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
37 lines (30 loc) · 714 Bytes
/
appveyor.yml
File metadata and controls
37 lines (30 loc) · 714 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
version: 1.0.{build}
cache:
- C:\Users\appveyor\.m2 -> **\pom.xml
install:
- set MAVEN_VERSION=3.2.5
- choco install maven -version %MAVEN_VERSION%
- set PATH=%PATH%;C:\bin\apache-maven-%MAVEN_VERSION%\bin
- set JAVA_HOME=C:\Program Files (x86)\Java\jdk1.8.0
environment:
matrix:
- TEST: CI
- TEST: PLUGIN
SQ_VERSION: DEV
- TEST: PLUGIN
SQ_VERSION: LTS
- TEST: PLUGIN
SQ_VERSION: LATEST_RELEASE
matrix:
fast_finish: true
build_script:
- ps: ./appveyor.ps1
test: off
notifications:
- provider: HipChat
room: 409390
auth_token:
secure: RW8+2GpOWo3PcoM3ehoI+mbfUr7h508RtTDyszpR6/E=
on_build_success: false
on_build_failure: true
on_build_status_changed: false