From 14388329ed3bb14e56f0959babb8c9d34f09e52a Mon Sep 17 00:00:00 2001
From: Millian Poquet <millian.poquet@inria.fr>
Date: Thu, 26 Sep 2019 02:52:21 +0200
Subject: [PATCH] [doc] README: CI badge, link to pdf

---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index b59f4a5..135219e 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,6 @@
+[![pipeline status](https://gitlab.inria.fr/nix-tutorial/presentation-slides/badges/master/pipeline.svg)](https://gitlab.inria.fr/nix-tutorial/presentation-slides/pipelines)
+[![latest pdf](https://img.shields.io/badge/latest%20pdf-online-brightgreen)](https://gitlab.inria.fr/nix-tutorial/presentation-slides/-/jobs/artifacts/master/raw/slides.pdf\?job\=slides)
+
 Repository containing the slides introducing the Nix tutorial about reproducible experiments with Nix.
 
 To build the presentation:
-- 
GitLab