mirror of
https://github.com/microsoft/GSL.git
synced 2025-04-02 09:18:33 -04:00
fix stale badge links in README
* update pipeline badge links * add link to compilers pipeline * add badge to vcpkg version
This commit is contained in:
parent
f8ec309118
commit
9fc6cc7cbc
@ -1,5 +1,6 @@
|
|||||||
# GSL: Guidelines Support Library
|
# GSL: Guidelines Support Library
|
||||||
[](https://dev.azure.com/cppstat/GSL/_build/latest?definitionId=1&branchName=main)
|
[](https://github.com/microsoft/GSL/actions/workflows/compilers.yml?query=branch%3Amain)
|
||||||
|
[](https://vcpkg.io/en/package/ms-gsl)
|
||||||
|
|
||||||
The Guidelines Support Library (GSL) contains functions and types that are suggested for use by the
|
The Guidelines Support Library (GSL) contains functions and types that are suggested for use by the
|
||||||
[C++ Core Guidelines](https://github.com/isocpp/CppCoreGuidelines) maintained by the [Standard C++ Foundation](https://isocpp.org).
|
[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
|
|||||||
|
|
||||||
Target | CI/CD Status
|
Target | CI/CD Status
|
||||||
:------- | -----------:
|
:------- | -----------:
|
||||||
iOS | 
|
iOS | [](https://github.com/microsoft/GSL/actions/workflows/ios.yml?query=branch%3Amain)
|
||||||
Android | 
|
Android | [](https://github.com/microsoft/GSL/actions/workflows/android.yml?query=branch%3Amain)
|
||||||
|
|
||||||
Note: These CI/CD steps are run with each pull request, however failures in them are non-blocking.
|
Note: These CI/CD steps are run with each pull request, however failures in them are non-blocking.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user