aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMizux Seiha <mizux.dev@gmail.com>2021-10-26 16:32:36 +0200
committerMizux <mizux.dev@gmail.com>2021-10-27 13:24:05 +0200
commit9178459627ce2281cecab36c90cb43718fe80b94 (patch)
tree776b02b2cc06533e564376a92eef6b5e8c3e1eff /README.md
parenta707bef49d1d6f10e8bbb3374a9ddb333271c962 (diff)
downloadcpu_features-9178459627ce2281cecab36c90cb43718fe80b94.tar.gz
ci: Drop use of Travis-CI and Appveyor
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/README.md b/README.md
index 291bb2d..6c7ee22 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,14 @@
-# cpu_features [![Build Status](https://travis-ci.org/google/cpu_features.svg?branch=master)](https://travis-ci.org/google/cpu_features) [![Build status](https://ci.appveyor.com/api/projects/status/46d1owsj7n8dsylq/branch/master?svg=true)](https://ci.appveyor.com/project/gchatelet/cpu-features/branch/master)
+# cpu_features
+[![Linux Status][linux_svg]][linux_link]
+[![Macos Status][macos_svg]][macos_link]
+[![Windows Status][windows_svg]][windows_link]
+
+[linux_svg]: https://github.com/google/cpu_features/actions/workflows/x86_linux.yml/badge.svg?branch=master
+[linux_link]: https://github.com/google/cpu_features/actions/workflows/x86_linux.yml
+[macos_svg]: https://github.com/google/cpu_features/actions/workflows/x86_darwin.yml/badge.svg?branch=master
+[macos_link]: https://github.com/google/cpu_features/actions/workflows/x86_darwin.yml
+[windows_svg]: https://github.com/google/cpu_features/actions/workflows/x86_windows.yml/badge.svg?branch=master
+[windows_link]: https://github.com/google/cpu_features/actions/workflows/x86_windows.yml
A cross-platform C library to retrieve CPU features (such as available
instructions) at runtime.