From 3e3fecf106726dae582a4e8deef156efee31b7e5 Mon Sep 17 00:00:00 2001 From: Terence Parr Date: Mon, 11 Apr 2022 16:48:42 -0700 Subject: [PATCH] fix badges Signed-off-by: Terence Parr --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6c1646cbd7..c910def93b 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,16 @@ **ANTLR** (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files. It's widely used to build languages, tools, and frameworks. From a grammar, ANTLR generates a parser that can build parse trees and also generates a listener interface (or visitor) that makes it easy to respond to the recognition of phrases of interest. -**Build status** +**Dev branch build status** + +* [![MacOSX](https://github.com/antlr/antlr4/actions/workflows/macosx.yml/badge.svg?branch=dev)](https://github.com/antlr/antlr4/actions/workflows/macosx.yml) (github actions) + +* [![Windows](https://github.com/antlr/antlr4/actions/workflows/windows.yml/badge.svg?branch=dev)](https://github.com/antlr/antlr4/actions/workflows/windows.yml) (github actions) + +* [![Circle CI Build Status (Linux)](https://img.shields.io/circleci/build/gh/antlr/antlr4/master?label=Linux)](https://app.circleci.com/pipelines/github/antlr/antlr4) (CircleCI) -OS X: [![Github CI Build Status (MacOSX)](https://img.shields.io/github/workflow/status/antlr/antlr4/MacOSX)](https://github.com/antlr/antlr4/actions), Windows: [![Github CI Build Status (Windows)](https://img.shields.io/github/workflow/status/antlr/antlr4/Windows)](https://github.com/antlr/antlr4/actions), Linux: [![Circle CI Build Status (Linux)](https://img.shields.io/circleci/build/gh/antlr/antlr4/master?label=Linux)](https://app.circleci.com/pipelines/github/antlr/antlr4) -