Skip to content

Instantly share code, notes, and snippets.

@kozo2
Created February 2, 2016 22:59
Show Gist options
  • Select an option

  • Save kozo2/16a221cf346a33dc2886 to your computer and use it in GitHub Desktop.

Select an option

Save kozo2/16a221cf346a33dc2886 to your computer and use it in GitHub Desktop.
appveyor.yml for redpen
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