From 7e88bdde09a7faaed41928ac3018613f14b137f6 Mon Sep 17 00:00:00 2001 From: byuu <2107894+byuu@users.noreply.github.com> Date: Mon, 29 Jul 2019 04:01:54 +0900 Subject: [PATCH] Cirrus CI updates. --- .cirrus.yml | 2 +- README.md | 13 +++++++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 7e78a65e..bb2f52ec 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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 diff --git a/README.md b/README.md index 5e2567b0..2c991be0 100644 --- a/README.md +++ b/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)