mirror of https://github.com/bsnes-emu/bsnes.git
Cirrus CI updates.
This commit is contained in:
parent
4291a0cae6
commit
7e88bdde09
|
@ -25,7 +25,7 @@ freebsd-x86_64-binaries_task:
|
|||
image: freebsd-12-0-release-amd64
|
||||
|
||||
setup_script:
|
||||
- pkg install --yes gmake gdb gcc8 pkgconf sdl2 openal-soft gtksourceview2 libXv
|
||||
- pkg install --yes gmake gdb gcc8 pkgconf sdl2 openal-soft gtksourceview2 libXv zip
|
||||
|
||||
compile_script:
|
||||
- gmake -C bsnes
|
||||
|
|
13
README.md
13
README.md
|
@ -20,10 +20,6 @@ However, bugs will exist, regressions will occur, so proceed at your own risk.
|
|||
If stability is required, please download the latest stable release from the
|
||||
[official website.](https://bsnes.byuu.org)
|
||||
|
||||
Nightly builds are available via Cirrus CI.
|
||||
|
||||
- [Nightly builds](https://cirrus-ci.com/github/byuu/bsnes)
|
||||
|
||||
Unique Features
|
||||
---------------
|
||||
|
||||
|
@ -73,3 +69,12 @@ Links
|
|||
- [Official website](https://bsnes.byuu.org)
|
||||
- [Official git repository](https://github.com/byuu/bsnes)
|
||||
- [Donations](https://patreon.com/byuu)
|
||||
|
||||
Nightly Builds
|
||||
--------------
|
||||
|
||||
- [Download](https://cirrus-ci.com/github/byuu/bsnes/master)
|
||||
- ![Build status](https://api.cirrus-ci.com/github/byuu/bsnes.svg?task=windows-x86_64-binaries)
|
||||
- ![Build status](https://api.cirrus-ci.com/github/byuu/bsnes.svg?task=macOS-x86_64-binaries)
|
||||
- ![Build status](https://api.cirrus-ci.com/github/byuu/bsnes.svg?task=linux-x86_64-binaries)
|
||||
- ![Build status](https://api.cirrus-ci.com/github/byuu/bsnes.svg?task=freebsd-x86_64-binaries)
|
||||
|
|
Loading…
Reference in New Issue