summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2020-12-23 19:47:42 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2020-12-23 19:47:42 +0000
commitc37b42432be45f2484be975890e446029b29b5b9 (patch)
treebe97f4f8149bd73e4837f8f0d55152d16970b1ec
parent642330e86fa6c763d92e4118749df2ddb61cd5cc (diff)
downloadlibepoxy-c37b42432be45f2484be975890e446029b29b5b9.tar.gz
Update the CI status badges
Use the badges from GitHub Actions.
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 56b6a65..b64d355 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
-[![Build Status](https://travis-ci.org/anholt/libepoxy.svg?branch=master)](https://travis-ci.org/anholt/libepoxy)
-[![Build status](https://ci.appveyor.com/api/projects/status/xv6y5jurt5v5ngjx/branch/master?svg=true)](https://ci.appveyor.com/project/ebassi/libepoxy/branch/master)
+![Ubuntu](https://github.com/anholt/libepoxy/workflows/Ubuntu/badge.svg)
+![macOS](https://github.com/anholt/libepoxy/workflows/macOS/badge.svg)
+![MSVC Build](https://github.com/anholt/libepoxy/workflows/MSVC%20Build/badge.svg)
+![MSYS2 Build](https://github.com/anholt/libepoxy/workflows/MSYS2%20Build/badge.svg)
Epoxy is a library for handling OpenGL function pointer management for
you.