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 1
1
# GSL: Guidelines Support Library
2
- [ ![ Build Status] ( https://dev.azure.com/cppstat/GSL/_apis/build/status/microsoft.GSL?branchName=main )] ( https://dev.azure.com/cppstat/GSL/_build/latest?definitionId=1&branchName=main )
2
+ [ ![ CI] ( https://github.com/Microsoft/GSL/actions/workflows/compilers.yml/badge.svg )] ( https://github.com/microsoft/GSL/actions/workflows/compilers.yml?query=branch%3Amain )
3
+ [ ![ vcpkg] ( https://img.shields.io/vcpkg/v/ms-gsl )] ( https://vcpkg.io/en/package/ms-gsl )
3
4
4
5
The Guidelines Support Library (GSL) contains functions and types that are suggested for use by the
5
6
[ C++ Core Guidelines] ( https://github.com/isocpp/CppCoreGuidelines ) maintained by the [ Standard C++ Foundation] ( https://isocpp.org ) .
@@ -106,8 +107,8 @@ If you successfully port GSL to another platform, we would love to hear from you
106
107
107
108
Target | CI/CD Status
108
109
:------- | -----------:
109
- iOS | ![ CI_iOS] ( https://github.com/microsoft/GSL/workflows/CI_iOS/badge.svg )
110
- Android | ![ CI_Android] ( https://github.com/microsoft/GSL/workflows/CI_Android/badge.svg )
110
+ iOS | [ ![ CI_iOS] ( https://github.com/microsoft/GSL/workflows/CI_iOS/badge.svg?branch=main )] ( https://github.com/microsoft/GSL/actions/workflows/ios.yml?query=branch%3Amain )
111
+ Android | [ ![ CI_Android] ( https://github.com/microsoft/GSL/workflows/CI_Android/badge.svg?branch=main )] ( https://github.com/microsoft/GSL/actions/workflows/android.yml?query=branch%3Amain )
111
112
112
113
Note: These CI/CD steps are run with each pull request, however failures in them are non-blocking.
113
114
You can’t perform that action at this time.
0 commit comments