promote github ci in README.md
This commit is contained in:
parent
4d4333aa19
commit
c25d370643
10
README.md
10
README.md
|
@ -7,12 +7,12 @@ EmuHawk is a multi-system emulator written in C#. As well as quality-of-life fea
|
|||
A7800Hawk, Atari2600Hawk, C64Hawk, ColecoHawk, GBHawk, IntelliHawk, NesHawk, O2Hawk, PCEHawk, SMSHawk, TI83Hawk, VectrexHawk, and ZXHawk are bespoke emulation cores written in C#. MSXHawk is a bespoke emulation core written in C++. More info [below](#cores).
|
||||
|
||||
[](https://github.com/TASEmulators/BizHawk/releases/latest)
|
||||
[](https://gitlab.com/TASVideos/BizHawk/-/pipelines/master/latest)
|
||||
[](https://github.com/TASEmulators/BizHawk/issues)
|
||||
|
||||
[-GitHub_CI-green?logo=github)](https://nightly.link/TASEmulators/BizHawk/workflows/ci/master/BizHawk-dev-windows.zip)
|
||||
[-GitHub_CI-green?logo=github)](https://nightly.link/TASEmulators/BizHawk/workflows/ci/master/BizHawk-dev-linux.zip)
|
||||
|
||||
[](https://gitlab.com/TASVideos/BizHawk/-/pipelines/master/latest)
|
||||
[](#nixnixos)
|
||||
[](https://bestpractices.coreinfrastructure.org/projects/5365)
|
||||
|
||||
|
@ -168,16 +168,16 @@ If you use a non-NixOS distro with Nix installed, you just need to add one argum
|
|||
|
||||
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.
|
||||
|
||||
[-GitHub_CI-green?logo=github)](https://nightly.link/TASEmulators/BizHawk/workflows/ci/master/BizHawk-dev-windows.zip)
|
||||
[-GitHub_CI-green?logo=github)](https://nightly.link/TASEmulators/BizHawk/workflows/ci/master/BizHawk-dev-linux.zip)
|
||||
|
||||
[](https://gitlab.com/TASVideos/BizHawk/-/pipelines)
|
||||
[](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 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.
|
||||
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 GitHub/GitLab.
|
||||
|
||||
## Building
|
||||
|
||||
|
|
Loading…
Reference in New Issue