From b65b980f543065e8a42af2b1ccdbfd8a50827efa Mon Sep 17 00:00:00 2001 From: hondacrx Date: Tue, 20 Jun 2017 12:09:31 -0400 Subject: [PATCH] Updated README.md --- .travis.yml | 2 ++ README.md | 10 +++++++++- appveyor.yml | 3 +++ 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 .travis.yml create mode 100644 appveyor.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..9e3dba2a3 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,2 @@ +language: csharp +solution: ./CypherCore.sln diff --git a/README.md b/README.md index e64dec2a9..dcccd987b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ -### What is CypherCore? +## CypherCore [![Build Status](https://travis-ci.org/CypherCore/CypherCore.svg?branch=master)](https://travis-ci.org/CypherCore/CypherCore) [![Build status](https://ci.appveyor.com/api/projects/status/6290gij98ukvt6ob/branch/master?svg=true)](https://ci.appveyor.com/project/CypherCore/CypherCore/branch/master) CypherCore is an open source server project for World of Warcraft written in C# (.NET Core). The current support game version is: 7.2.5.24367 + +Credit for the great work goes to TrinityCore Team and hondacrx for the porting. + +# How to use + +- Simply compile the solution as you do with TC c++ version. +- Install TC's TDB and use the updates that you can find in this repo. +- Edit BnetServer and WorldServer config files giving at least your Database Informations \ No newline at end of file diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 000000000..efa27b50e --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,3 @@ +version: 1.0.{build} +build: + verbosity: minimal \ No newline at end of file