You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

appveyor.yml 351B

1234567891011121314151617
  1. version: 1.0.{build}
  2. branches:
  3. only:
  4. - master
  5. cache:
  6. - C:\Users\appveyor\.m2 -> **\pom.xml
  7. install:
  8. - set MAVEN_VERSION=3.3.9.1
  9. - choco install maven -version %MAVEN_VERSION%
  10. - set JAVA_HOME=C:\Program Files\Java\jdk1.8.0
  11. - set PATH=%JAVA_HOME%\bin;%PATH%;C:\bin\apache-maven-%MAVEN_VERSION%\bin
  12. build_script:
  13. - ps: ./appveyor.ps1