AlttdGriefPrevention/appveyor.yml

30 lines
628 B
YAML
Raw Normal View History

version: '{build}'
skip_tags: true
clone_depth: 10
environment:
matrix:
- appveyor_build_worker_image: Visual Studio 2022
JAVA_HOME: C:\Program Files\Java\jdk17
branches:
only:
- master
2019-01-08 04:48:28 +00:00
- dev/v20
except:
- gh-pages
init:
- cmd: SET PATH=%JAVA_HOME%\bin;%PATH%
install:
- cmd: SET MAVEN_OPTS=-Xmx4g
- cmd: SET JAVA_OPTS=-Xmx4g
- cmd: mvn --version
- cmd: java -version
build_script:
- mvn clean package -B -Dmaven.test.skip=true
test_script:
- mvn clean install --batch-mode -Pqulice
cache:
- C:\Users\appveyor\.m2
artifacts:
- path: target/GriefPrevention.jar
name: GriefPrevention