diff --git a/README.md b/README.md index 6f5ec924..e2fc4c71 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# OpenDiablo2 [![Build Status](https://dev.azure.com/lunaticedit/OpenDiablo2/_apis/build/status/OpenDiablo2%20for%20Windows)](https://dev.azure.com/lunaticedit/OpenDiablo2/_build/latest?definitionId=3) +# OpenDiablo2 [![Build status](https://ci.appveyor.com/api/projects/status/cukx2g6j42i7pk2n?svg=true)](https://ci.appveyor.com/project/essial/opendiablo2) + + An open source re-implementation of Diablo 2 in C# [Join us on Discord!](https://discord.gg/pRy8tdc)\ @@ -33,6 +35,5 @@ When running via VisualStudio, go to the debug tab and specify the following com Substitute the path with wherever you have installed Diablo 2 and its expansions. ## Contributing -If you find something you'd like to fix thats obviously broken, create a branch, commit your code, and submit a pull request. If it's a new or missing feature you'd like to see, add an issue, and be descriptive! - +If you find something you'd like to fix thats obviously broken, create a branch, commit your code, and submit a pull request. If it's a new or missing feature you'd like to see, add an issue, and be descriptive! If you'd like to help out and are not quite sure how, you can look through any open issues and tasks. diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 00000000..8104d8b8 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,27 @@ +version: 1.0.{build} +image: Visual Studio 2017 +configuration: Release +platform: x64 +before_build: +- cmd: nuget restore OpenDiablo2.sln +build: + verbosity: minimal +after_build: +- cmd: >- + cd OpenDiablo2\bin\x64\Release\* + + 7z a OpenDiablo2-Win64-Dev.zip * +artifacts: +- path: OpenDiablo2\bin\x64\Release\OpenDiablo2-Win64-Dev.zip + name: Win64 +deploy: +- provider: GitHub + tag: v0.1.$(appveyor_build_version) + release: opendiablo2-dev-win64 + description: Bleeding edge build of OpenDiablo 2. + auth_token: + secure: DqQrogjOZ30PiMxrvrLNSJknmP57lBioZDwxT2xL6fsz0MokaAPq/B8oWNG3uX49 + repository: essial/opendiablo2 + artifact: Win64 + prerelease: true + force_update: true \ No newline at end of file diff --git a/docs/CNAME b/docs/CNAME new file mode 100644 index 00000000..5efd70da --- /dev/null +++ b/docs/CNAME @@ -0,0 +1 @@ +opendiablo2.com \ No newline at end of file diff --git a/docs/text.html b/docs/index.html similarity index 100% rename from docs/text.html rename to docs/index.html