From d4bd7f1407be98c010cf3333e9229115e503e07d Mon Sep 17 00:00:00 2001 From: Alessandro Muntoni Date: Fri, 19 Jun 2020 16:10:21 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3bb80d94..6e2487e1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ The **_Visualization and Computer Graphics Library_** (VCGlib for short) is a open source, portable, C++, templated, no dependency, library for manipulation, processing, cleaning, simplifying triangle meshes. -[![Build Status](https://travis-ci.org/cnr-isti-vclab/vcglib.svg?branch=devel)](https://travis-ci.org/cnr-isti-vclab/vcglib) -[![Build status](https://ci.appveyor.com/api/projects/status/7k27s4k4xjmeowoe/branch/devel?svg=true)](https://ci.appveyor.com/project/cignoni/vcglib/branch/devel) +![BuildTestsUbuntu](https://github.com/cnr-isti-vclab/vcglib/workflows/BuildTestsUbuntu/badge.svg) +![BuildTestsMacOS](https://github.com/cnr-isti-vclab/vcglib/workflows/BuildTestsMacOS/badge.svg) +![BuildTestsWindows](https://github.com/cnr-isti-vclab/vcglib/workflows/BuildTestsWindows/badge.svg) The library, composed by more than 100k lines of code, is released under the GPL license, and it is the base of most of the software tools of the [Visual Computing Lab](http://vcg.isti.cnr.it) of the Italian National Research Council Institute ISTI, like MeshLab, metro and many others.