Configured CI

This commit is contained in:
Tim Sarbin 2018-11-26 22:42:22 -05:00
parent 4a29c641fc
commit b9c22ba10b
4 changed files with 32 additions and 3 deletions

View File

@ -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.

27
appveyor.yml Normal file
View File

@ -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

1
docs/CNAME Normal file
View File

@ -0,0 +1 @@
opendiablo2.com