Add ci configuration

This commit is contained in:
IzzelAliz 2020-05-16 14:29:39 +08:00
parent 3edf741133
commit 781a191333

12
apppveyor.yml Normal file
View File

@ -0,0 +1,12 @@
version: '{branch}-{build}'
environment:
JAVA_HOME: C:\Program Files\Java\jdk1.8.0
cache:
- C:/Users/appveyor/.gradle
- ./.gradle
build_script:
- cmd: gradlew clean build --no-daemon -i
test: off
artifacts:
- path: ./arclight-coremod/libs/*.*
name: .