Arclight/appveyor-19.yml
2022-08-01 17:29:13 +08:00

21 lines
542 B
YAML

version: '{branch}-{build}'
image:
- 'Visual Studio 2022'
branches:
only:
- 1.19
environment:
JAVA_HOME: C:\Program Files\Java\jdk17
cache:
- C:/Users/appveyor/.gradle
- ./.gradle
build_script:
- cmd: |
gradlew cleanBuild idea remapSpigotJar --no-daemon -i --stacktrace --refresh-dependencies
gradlew build --no-daemon -i --stacktrace
rem Due to a MixinGradle bug, we need to build it twice
gradlew build collect --no-daemon -i --stacktrace
test: off
artifacts:
- path: ./build/libs/*.jar
name: .