forked from eeverman/andhow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
25 lines (25 loc) · 747 Bytes
/
Copy pathappveyor.yml
File metadata and controls
25 lines (25 loc) · 747 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
version: '{build}'
skip_tags: true
clone_depth: 10
environment:
matrix:
- JAVA_HOME: C:\Program Files\Java\jdk1.8.0
# Append additional lines defining new values of JAVA_HOME to test multiple versions
branches:
except:
- logo_submission
install:
# Prepend Java entry, remove Ruby entry (C:\Ruby193\bin;) from PATH
- cmd: choco upgrade maven
- cmd: C:\ProgramData\chocolatey\bin\RefreshEnv
- cmd: SET PATH=%JAVA_HOME%\bin;%PATH:C:\Ruby193\bin;=%;
- cmd: SET MAVEN_OPTS=-XX:MaxPermSize=1g -Xmx2g
- cmd: SET JAVA_OPTS=-XX:MaxPermSize=1g -Xmx2g
# Print debug info
- cmd: mvn --version
- cmd: java -version
build_script:
- mvn clean install
cache:
- C:\maven\ -> appveyor.yml
- C:\Users\appveyor\.m2\ -> pom.xml