Add Build Configuration

Add config for automated builds
This commit is contained in:
ORelio 2015-04-20 17:54:26 +02:00
parent 6261e7adb7
commit 7deec58b99

6
appveyor.yml Normal file
View file

@ -0,0 +1,6 @@
configuration: Release
build:
project: MinecraftClient.sln
artifacts:
- path: MinecraftClient\bin\$(configuration)
name: MinecraftClient.exe