File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -117,9 +117,10 @@ page][benchmarks].
117117
118118# Compiler support & tooling
119119
120- ![ Ubuntu builds status] ( https://github.com/Morwenn/cpp-sort/workflows/Ubuntu%20Builds/badge.svg?branch=develop )
121- ![ Windows builds status] ( https://github.com/Morwenn/cpp-sort/workflows/MSVC%20Builds/badge.svg?branch=develop )
122- ![ MacOS builds status] ( https://github.com/Morwenn/cpp-sort/workflows/MacOS%20Builds/badge.svg?branch=develop )
120+ ![ Ubuntu builds status] ( https://github.com/Morwenn/cpp-sort/actions/workflows/build-ubuntu.yml/badge.svg?branch=1.x.y-develop )
121+ ![ MSVC builds status] ( https://github.com/Morwenn/cpp-sort/actions/workflows/build-msvc.yml/badge.svg?branch=1.x.y-develop )
122+ ![ MinGW-w64 builds status] ( https://github.com/Morwenn/cpp-sort/actions/workflows/build-mingw.yml/badge.svg?branch=1.x.y-develop )
123+ ![ MacOS builds status] ( https://github.com/Morwenn/cpp-sort/actions/workflows/build-macos.yml/badge.svg?branch=1.x.y-develop )
123124
124125** cpp-sort** requires C++14 support, and should work with the following compilers:
125126* g++-9 or more recent.
You can’t perform that action at this time.
0 commit comments