aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Freilich <sfreilich@google.com>2022-03-08 08:08:59 -0800
committerCopybara-Service <copybara-worker@google.com>2022-03-08 08:09:35 -0800
commit07abddf7c78825c801599b3022ed02d42967b8bb (patch)
tree5589c1a9e664e8480a1d6c82e5bbf55e2da45369
parent75152aed304ba9378fd527c226e9849ca39d5eda (diff)
downloadink-stroke-modeler-07abddf7c78825c801599b3022ed02d42967b8bb.tar.gz
Add GitHub Actions CI status badges
PiperOrigin-RevId: 433213721
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index c04c2fd..c01fb53 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,8 @@
# Ink Stroke Modeler
+[![BazelTest](https://github.com/google/ink-stroke-modeler/actions/workflows/bazel-test.yaml/badge.svg)](https://github.com/google/ink-stroke-modeler/actions/workflows/bazel-test.yaml)
+[![CMakeTest](https://github.com/google/ink-stroke-modeler/actions/workflows/cmake-test.yaml/badge.svg)](https://github.com/google/ink-stroke-modeler/actions/workflows/cmake-test.yaml)
+
This library smooths raw freehand input and predicts the input's motion to
minimize display latency. It turns noisy pointer input from touch/stylus/etc.
into the beautiful stroke patterns of brushes/markers/pens/etc.