mirror of
https://github.com/frohoff/ysoserial.git
synced 2026-09-23 23:41:53 +08:00
appveyor.yml
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
# based on https://github.com/GoogleCloudPlatform/google-cloud-java/blob/master/appveyor.yml
|
||||
|
||||
# build version
|
||||
version: '{build}'
|
||||
|
||||
# Do not build on tags
|
||||
skip_tags: true
|
||||
|
||||
# enviroment settings
|
||||
environment:
|
||||
matrix:
|
||||
- JAVA_HOME: C:\Program Files\Java\jdk1.7.0
|
||||
- JAVA_HOME: C:\Program Files\Java\jdk1.8.0
|
||||
|
||||
# install required tools (maven, secure-file, encrypted files)
|
||||
install:
|
||||
- cmd: echo %JAVA_HOME%
|
||||
- cmd: echo %M2_HOME%
|
||||
|
||||
# build and install artifacts
|
||||
build_script:
|
||||
- mvn clean install -DskipTests
|
||||
|
||||
# verify artifacts
|
||||
test_script:
|
||||
- mvn test
|
||||
|
||||
# preserve dependencies between builds
|
||||
cache:
|
||||
- C:\Users\appveyor\.m2
|
||||
Reference in New Issue
Block a user