From 9472ea0677bfc54f4a679909ec8eb6b9f9dac242 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 19 Dec 2019 18:42:28 -0500 Subject: [PATCH] Renamed Ci jobs --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 65594a58..6d926d3c 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,13 @@ [![Travis CI](https://travis-ci.org/justinethier/cyclone.svg?branch=master)](https://travis-ci.org/justinethier/cyclone) -[![Github CI](https://github.com/justinethier/cyclone-bootstrap/workflows/CI/badge.svg)](https://github.com/justinethier/cyclone-bootstrap) +[![Github CI - Linux](https://github.com/justinethier/cyclone-bootstrap/workflows/Ubuntu%20Linux%20Build/badge.svg)](https://github.com/justinethier/cyclone-bootstrap) -[![Github CI - MacOS](https://github.com/justinethier/cyclone-bootstrap/workflows/CI%20MacOS/badge.svg)](https://github.com/justinethier/cyclone-bootstrap) +[![Github CI - MacOS](https://github.com/justinethier/cyclone-bootstrap/workflows/MacOS%20Build/badge.svg)](https://github.com/justinethier/cyclone-bootstrap) -[![Github CI - Windows](https://github.com/justinethier/cyclone-bootstrap/workflows/CI%20Windows%20MSYS2/badge.svg)](https://github.com/justinethier/cyclone-bootstrap) +[![Github CI - MacOS Homebrew](https://github.com/justinethier/cyclone-bootstrap/workflows/MacOS%20Homebrew%20Build/badge.svg)](https://github.com/justinethier/cyclone-bootstrap) + +[![Github CI - Windows](https://github.com/justinethier/cyclone-bootstrap/workflows/Windows%20MSYS2%Build/badge.svg)](https://github.com/justinethier/cyclone-bootstrap) Cyclone is a brand-new Scheme-to-C compiler developed to support real-world application development using the R7RS Scheme Language standard. We provide modern features and a system capable of generating fast native binaries.