Remove AppVeyor badges and add note
This commit is contained in:
parent
ae91358071
commit
a0560c452b
|
@ -3,7 +3,6 @@
|
|||
A multi-system emulator written in C#. As well as quality-of-life features for casual players, it also has recording/playback and debugging tools, making it the first choice for TASers (Tool-Assisted Speedrunners).
|
||||
|
||||
[](https://github.com/TASEmulators/BizHawk/releases/latest)
|
||||
[](https://ci.appveyor.com/project/zeromus/bizhawk-udexo/build/artifacts)
|
||||
[](https://gitlab.com/TASVideos/BizHawk/pipelines/master/latest)
|
||||
[](https://github.com/TASEmulators/BizHawk/issues)
|
||||
|
||||
|
@ -142,13 +141,13 @@ EmuHawk depends on certain libraries for graphics, and these don't work on macOS
|
|||
|
||||
Development builds are made automatically whenever someone contributes. Because of this, we recommend using a release for work that requires stability (such as TASing), and only switching to a dev build if there's a specific change or addition you need.
|
||||
|
||||
[](https://ci.appveyor.com/project/zeromus/bizhawk-udexo/history)
|
||||
[](https://gitlab.com/TASVideos/BizHawk/pipelines)
|
||||
[](https://ci.appveyor.com/project/zeromus/bizhawk-udexo/build/artifacts)
|
||||
[](https://gitlab.com/TASVideos/BizHawk/pipelines/master/latest)
|
||||
|
||||
> Note: Due to recent changes by AppVeyor, artifact downloads are no longer available. Use the GitLab CI artifacts.
|
||||
|
||||
Click one of the buttons above to download a dev build (they're also at the top of this readme). AppVeyor uses Windows and GitLab CI uses Linux, but they work all the same.
|
||||
* On the AppVeyor page for a Build, click "Artifacts", then `BizHawk_Developer-<datetime>-#<long hexadecimal>.zip`.
|
||||
* ~~On the AppVeyor page for a Build, click "Artifacts", then `BizHawk_Developer-<datetime>-#<long hexadecimal>.zip`.~~
|
||||
* On the GitLab CI page for a Pipeline, click "Jobs", then the download button on the right under the heading "Package". (On the Pipelines list page, there's also a download button on each Pipeline—choose `package_devbuild_*:archive` there.)
|
||||
|
||||
To find the dev builds for a specific commit, you can click the green checkmark next to it (in the [commit history](https://github.com/TASEmulators/BizHawk/commits/master), for example) for a dropdown, then click either "Details" link to go to AppVeyor/GitLab.
|
||||
|
|
Loading…
Reference in New Issue