Update README.md to switch to github actions from travis

This commit is contained in:
Antz 2021-03-06 21:23:12 +00:00 committed by GitHub
parent 3202c905e7
commit 5b309daade
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
[<img src='https://www.getmangos.eu/!assets_mangos/logo2.png' border=0>][3] [<img src='https://www.getmangos.eu/!assets_mangos/logo2.png' border=0>][3]
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Build Status:</b> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Build Status:</b>
Linux/MAC: [<img src='https://travis-ci.com/mangoszero/server.png' border=0 valign="middle">][10] Linux/MAC: [<img src='https://github.com/mangoszero/server/actions/workflows/core_build.yml/badge.svg' border=0 valign="middle">][10]
Windows: [<img src='https://ci.appveyor.com/api/projects/status/github/mangoszero/server?branch=master&svg=true' border=0 valign="middle">][11] Windows: [<img src='https://ci.appveyor.com/api/projects/status/github/mangoszero/server?branch=master&svg=true' border=0 valign="middle">][11]
<br><b>Repository Status:</b> <br><b>Repository Status:</b>
[<img src='https://api.codacy.com/project/badge/Grade/895a7434531a456ba12410ac585717c8' border=0 valign="middle"/>][12] [<img src='https://api.codacy.com/project/badge/Grade/895a7434531a456ba12410ac585717c8' border=0 valign="middle"/>][12]
@ -28,7 +28,7 @@ It aims to be 100% compatible with the 3 final versions of Vanilla [World of War
namely [patch 1.12.1][4], [patch 1.12.2][5] & [patch 1.12.3][6]. namely [patch 1.12.1][4], [patch 1.12.2][5] & [patch 1.12.3][6].
<br>**IT DOES NOT SUPPORT 1.13.x** and beyond which is the newly released Classic Experience (NuClassic). <br>**IT DOES NOT SUPPORT 1.13.x** and beyond which is the newly released Classic Experience (NuClassic).
On top of that each update is automatically built by [Travis CI][10] (Linux/MAC) and [AppVeyor][11] (Windows) On top of that each update is automatically built by [Github Actions][10] (Linux/MAC) and [AppVeyor][11] (Windows)
as you can see by the images in the heading above! We do love green builds, and working things. as you can see by the images in the heading above! We do love green builds, and working things.
Requirements Requirements
@ -174,7 +174,7 @@ World of Warcraft, and all related art, images, and lore are copyright [Blizzard
[7]: http://www.cppreference.com/ "C / C++ reference" [7]: http://www.cppreference.com/ "C / C++ reference"
[8]: https://github.com/mangos/MaNGOS/blob/master/mangosFamily.md "The MaNGOS family of Icons" [8]: https://github.com/mangos/MaNGOS/blob/master/mangosFamily.md "The MaNGOS family of Icons"
[9]: https://discord.gg/fPxMjHS8xs "Our community hub on Discord" [9]: https://discord.gg/fPxMjHS8xs "Our community hub on Discord"
[10]: https://travis-ci.com/github/mangoszero/server/builds "Travis CI - Linux/MAC build status" [10]: https://github.com/mangoszero/server/actions/workflows/core_build.yml "Github Actions - Linux/MAC build status"
[11]: https://ci.appveyor.com/project/MaNGOS/server-9fytl/history "AppVeyor Scan - Windows build status" [11]: https://ci.appveyor.com/project/MaNGOS/server-9fytl/history "AppVeyor Scan - Windows build status"
[12]: https://app.codacy.com/gh/mangoszero/server/dashboard "Codacy Code Status" [12]: https://app.codacy.com/gh/mangoszero/server/dashboard "Codacy Code Status"
[13]: https://www.codefactor.io/repository/github/mangoszero/server "Codefactor Code Status" [13]: https://www.codefactor.io/repository/github/mangoszero/server "Codefactor Code Status"