|
3 | 3 | 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).
|
4 | 4 |
|
5 | 5 | [](https://github.com/TASEmulators/BizHawk/releases/latest)
|
6 |
| -[](https://ci.appveyor.com/project/zeromus/bizhawk-udexo/build/artifacts) |
7 | 6 | [](https://gitlab.com/TASVideos/BizHawk/pipelines/master/latest)
|
8 | 7 | [](https://github.com/TASEmulators/BizHawk/issues)
|
9 | 8 |
|
@@ -142,13 +141,13 @@ EmuHawk depends on certain libraries for graphics, and these don't work on macOS
|
142 | 141 |
|
143 | 142 | 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.
|
144 | 143 |
|
145 |
| -[](https://ci.appveyor.com/project/zeromus/bizhawk-udexo/history) |
146 | 144 | [](https://gitlab.com/TASVideos/BizHawk/pipelines)
|
147 |
| -[](https://ci.appveyor.com/project/zeromus/bizhawk-udexo/build/artifacts) |
148 | 145 | [](https://gitlab.com/TASVideos/BizHawk/pipelines/master/latest)
|
149 | 146 |
|
| 147 | +> Note: Due to recent changes by AppVeyor, artifact downloads are no longer available. Use the GitLab CI artifacts. |
| 148 | +
|
150 | 149 | 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.
|
151 |
| -* On the AppVeyor page for a Build, click "Artifacts", then `BizHawk_Developer-<datetime>-#<long hexadecimal>.zip`. |
| 150 | +* ~~On the AppVeyor page for a Build, click "Artifacts", then `BizHawk_Developer-<datetime>-#<long hexadecimal>.zip`.~~ |
152 | 151 | * 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.)
|
153 | 152 |
|
154 | 153 | 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.
|
|
0 commit comments