Skip to content

Commit 26000d1

Browse files
committed
Move back to AppVeyor for Windows builds
1 parent cecebc3 commit 26000d1

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

appveyor.yml

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
environment:
2+
APPVEYOR_CACHE_ENTRY_ZIP_ARGS: -t7z -m0=lzma2 -mx=9
3+
JAVA_HOME: C:\Program Files\Java\jdk1.8.0
4+
5+
build_script:
6+
- gradlew.bat assemble testClasses --no-daemon
7+
8+
test_script:
9+
- gradlew.bat check --no-daemon
10+
11+
on_success:
12+
- ps: rm C:\Users\appveyor\.gradle\caches\modules-2\*.lock -force
13+
- ps: rm C:\Users\appveyor\.gradle\caches\transforms-1\*.lock -force
14+
- ps: rm C:\Users\appveyor\.gradle\caches\*\file-changes\ -recurse -force
15+
- ps: rm C:\Users\appveyor\.gradle\caches\*\fileHashes\ -recurse -force
16+
- ps: rm C:\Users\appveyor\.gradle\caches\*\plugin-resolution\ -recurse -force
17+
- ps: rm C:\Users\appveyor\.gradle\caches\*\scripts\ -recurse -force
18+
- ps: rm C:\Users\appveyor\.gradle\caches\*\scripts-remapped\ -recurse -force
19+
- ps: rm C:\Users\appveyor\.gradle\caches\*\gradle-script-kotlin\ -recurse -force
20+
21+
cache:
22+
- C:\Users\appveyor\.gradle\caches\
23+
- C:\Users\appveyor\.gradle\wrapper\

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Minecraft Development for IntelliJ
99
| **Nightly** |[![TeamCity Nightly Status](https://tc.demonwav.com/app/rest/builds/buildType:(id:MinecraftDev_Nightly)/statusIcon)](https://ci.demonwav.com/viewType.html?buildTypeId=MinecraftDev_Nightly)|
1010
| **Travis (Linux)** |[![Travis Linux Build Status](https://travis-matrix-badges.herokuapp.com/repos/minecraft-dev/MinecraftDev/branches/dev/1)](https://travis-ci.org/minecraft-dev/MinecraftDev/)|
1111
| **Travis (macOS)** |[![Travis macOS Build Status](https://travis-matrix-badges.herokuapp.com/repos/minecraft-dev/MinecraftDev/branches/dev/2)](https://travis-ci.org/minecraft-dev/MinecraftDev/)|
12-
| **TeamCity (Windows)** |[![TeamCity Windows Build Status](https://tc.demonwav.com/app/rest/builds/buildType:(id:MinecraftDev_WindowsBuild)/statusIcon)](https://ci.demonwav.com/viewType.html?buildTypeId=MinecraftDev_WindowsBuild)|
12+
| **TeamCity (Windows)** |[![AppVeyor Windows Build Status](https://ci.appveyor.com/api/projects/status/iuxeewnxgu4afmo6?svg=true)](https://ci.appveyor.com/project/DemonWav/minecraftdev)|
1313

1414
Info and Documentation [![Current Release](https://img.shields.io/badge/release-2018.3--1.2.12-orange.svg?style=flat-square)](https://plugins.jetbrains.com/plugin/8327)
1515
----------------------

0 commit comments

Comments
 (0)