From 47f22cbc08eeee2357335f2f46bcb4f32da80164 Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Fri, 16 Mar 2018 17:04:06 -0500
Subject: [PATCH] Include build badge in PyOpenCL README

---
 README.rst | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.rst b/README.rst
index 566649f7..7cf5085b 100644
--- a/README.rst
+++ b/README.rst
@@ -1,3 +1,9 @@
+PyOpenCL: Pythonic Access to OpenCL, with Arrays and Algorithms
+---------------------------------------------------------------
+
+.. image:: https://gitlab.tiker.net/inducer/pyopencl/badges/master/pipeline.svg
+   :target: https://gitlab.tiker.net/inducer/pyopencl/commits/master
+
 PyOpenCL lets you access GPUs and other massively parallel compute
 devices from Python. It tries to offer computing goodness in the
 spirit of its sister project `PyCUDA <http://mathema.tician.de/software/pycuda>`_:
-- 
GitLab