From 00b97f150b5b2e51feb52462bbf18b91fa07a501 Mon Sep 17 00:00:00 2001 From: Lars Melchior Date: Mon, 13 Apr 2020 17:35:18 +0200 Subject: [PATCH] add badge --- .github/workflows/install.yml | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index 3ad25c9..56f03b1 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v1 - - name: install + - name: build and install library run: | cmake -H. -Bbuild sudo cmake --build build --target install diff --git a/README.md b/README.md index fed21f0..210d1f0 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![Actions Status](https://github.com/TheLartians/Greeter/workflows/Windows/badge.svg)](https://github.com/TheLartians/Greeter/actions) [![Actions Status](https://github.com/TheLartians/Greeter/workflows/Ubuntu/badge.svg)](https://github.com/TheLartians/Greeter/actions) [![Actions Status](https://github.com/TheLartians/Greeter/workflows/Style/badge.svg)](https://github.com/TheLartians/Greeter/actions) +[![Actions Status](https://github.com/TheLartians/Greeter/workflows/Install/badge.svg)](https://github.com/TheLartians/Greeter/actions) # ModernCPPStarter