mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2024-12-24 19:18:12 -05:00
Configured CI
This commit is contained in:
parent
4a29c641fc
commit
b9c22ba10b
@ -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)\
|
||||
@ -34,5 +36,4 @@ 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'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
27
appveyor.yml
Normal 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
1
docs/CNAME
Normal file
@ -0,0 +1 @@
|
||||
opendiablo2.com
|
Loading…
Reference in New Issue
Block a user