Cirrus CI updates.

This commit is contained in:
byuu 2019-07-29 04:01:54 +09:00
parent 4291a0cae6
commit 7e88bdde09
2 changed files with 10 additions and 5 deletions

View File

@ -25,7 +25,7 @@ freebsd-x86_64-binaries_task:
image: freebsd-12-0-release-amd64 image: freebsd-12-0-release-amd64
setup_script: 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: compile_script:
- gmake -C bsnes - gmake -C bsnes

View File

@ -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 If stability is required, please download the latest stable release from the
[official website.](https://bsnes.byuu.org) [official website.](https://bsnes.byuu.org)
Nightly builds are available via Cirrus CI.
- [Nightly builds](https://cirrus-ci.com/github/byuu/bsnes)
Unique Features Unique Features
--------------- ---------------
@ -73,3 +69,12 @@ Links
- [Official website](https://bsnes.byuu.org) - [Official website](https://bsnes.byuu.org)
- [Official git repository](https://github.com/byuu/bsnes) - [Official git repository](https://github.com/byuu/bsnes)
- [Donations](https://patreon.com/byuu) - [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)