diff --git a/README.md b/README.md index d9287b1..c813b19 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,9 @@ ggdatetime is a C++ library to assist date and time related computations in Geodesy related fields. + [![clang-format Check](https://github.com/DSOlab/ggdatetime/actions/workflows/clang-format-check.yml/badge.svg)](https://github.com/DSOlab/ggdatetime/actions/workflows/clang-format-check.yml) -[![Linux CI build](https://github.com/DSOlab/ggdatetime/actions/workflows/cpp-linux-build.yml/badge.svg)](https://github.com/DSOlab/ggdatetime/actions/workflows/cpp-linux-build.yml) +[![Linux CI build](https://github.com/DSOlab/ggdatetime/actions/workflows/minimal-linux-build.yml/badge.svg)](https://github.com/DSOlab/ggdatetime/actions/workflows/minimal-linux-build.yml) +[![Linux CI test](https://github.com/DSOlab/ggdatetime/actions/workflows/full-linux-build.yml/badge.svg)](https://github.com/DSOlab/ggdatetime/actions/workflows/full-linux-build.yml) [see tutorial](doc/tutorial.md) diff --git a/doc/tutorial.md b/doc/tutorial.md index 8b0f473..3255623 100644 --- a/doc/tutorial.md +++ b/doc/tutorial.md @@ -2,7 +2,8 @@ ----------------------------------------------- [![clang-format Check](https://github.com/DSOlab/ggdatetime/actions/workflows/clang-format-check.yml/badge.svg)](https://github.com/DSOlab/ggdatetime/actions/workflows/clang-format-check.yml) -[![Linux CI build](https://github.com/DSOlab/ggdatetime/actions/workflows/cpp-linux-build.yml/badge.svg)](https://github.com/DSOlab/ggdatetime/actions/workflows/cpp-linux-build.yml) +[![Linux CI build](https://github.com/DSOlab/ggdatetime/actions/workflows/minimal-linux-build.yml/badge.svg)](https://github.com/DSOlab/ggdatetime/actions/workflows/minimal-linux-build.yml) +[![Linux CI test](https://github.com/DSOlab/ggdatetime/actions/workflows/full-linux-build.yml/badge.svg)](https://github.com/DSOlab/ggdatetime/actions/workflows/full-linux-build.yml) ## Installation