Arclight/appveyor.yml

16 lines
461 B
YAML
Raw Normal View History

2020-05-16 06:29:39 +00:00
version: '{branch}-{build}'
environment:
JAVA_HOME: C:\Program Files\Java\jdk1.8.0
cache:
- C:/Users/appveyor/.gradle
- ./.gradle
build_script:
2020-05-17 07:59:11 +00:00
- cmd: |
gradlew cleanBuild idea remapSpigotJar --no-daemon -i --stacktrace
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
2020-05-16 06:29:39 +00:00
test: off
artifacts:
- path: ./build/libs/*.jar
2020-05-16 06:29:39 +00:00
name: .