diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 000000000..06f265189 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,9 @@ +version: 1.0.{build}-{branch} +image: Visual Studio 2015 +configuration: Release +platform: Any CPU +clone_depth: 10 +build: + project: ArchiSteamFarm.sln + parallel: true + verbosity: minimal \ No newline at end of file