Arclight/appveyor-17.yml
2021-07-28 15:43:49 +08:00

21 lines
542 B
YAML

version: '{branch}-{build}'
image:
- 'Visual Studio 2019'
branches:
only:
- 1.17
environment:
JAVA_HOME: C:\Program Files\Java\jdk16
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: .