Created
February 2, 2016 22:59
-
-
Save kozo2/16a221cf346a33dc2886 to your computer and use it in GitHub Desktop.
appveyor.yml for redpen
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| environment: | |
| matrix: | |
| - JAVA_HOME: C:\Program Files\Java\jdk1.8.0 | |
| install: | |
| - ps: choco install maven | |
| - cmd: SET PATH=C:\tools\apache-maven-3.3.3\bin;%JAVA_HOME%\bin;%PATH% | |
| - mvn --version | |
| build_script: | |
| - mvn package | |
| artifacts: | |
| - path: redpen-distribution/target/* | |
| cache: | |
| - C:\Users\appveyor\.m2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment