From 07bca65467d5dce4836ae95415ffda32b5a7d366 Mon Sep 17 00:00:00 2001 From: Alexey Bader Date: Wed, 1 Apr 2020 13:14:49 +0300 Subject: [PATCH 1/2] [NFC] Add GitHub actions badges to README file Two badges showing status of post-commit checks on Linux and Doxygen documentation generator. Signed-off-by: Alexey Bader --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5abac7ca238d9..f6d6f4e18dd0c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +![Linux Post Commit Checks](https://github.com/intel/llvm/workflows/Linux%20Post%20Commit%20Checks/badge.svg) +![Generate Doxygen documentation](https://github.com/intel/llvm/workflows/Generate%20Doxygen%20documentation/badge.svg) + # Intel Project for LLVM\* technology ## Introduction From 59582913aafa91a4cdc5353a7e4133c6e8647853 Mon Sep 17 00:00:00 2001 From: Alexey Bader Date: Wed, 8 Apr 2020 21:00:34 +0300 Subject: [PATCH 2/2] Update README.md Signed-off-by: Alexey Bader --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f6d6f4e18dd0c..b9c25f3ba2623 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,3 @@ -![Linux Post Commit Checks](https://github.com/intel/llvm/workflows/Linux%20Post%20Commit%20Checks/badge.svg) -![Generate Doxygen documentation](https://github.com/intel/llvm/workflows/Generate%20Doxygen%20documentation/badge.svg) - # Intel Project for LLVM\* technology ## Introduction @@ -10,6 +7,9 @@ Home for Intel LLVM-based projects: - oneAPI Data Parallel C++ compiler - see **sycl** branch. More information on oneAPI and DPC++ is available at ([https://www.oneapi.com/](https://www.oneapi.com/)) + - [![Linux Post Commit Checks](https://github.com/intel/llvm/workflows/Linux%20Post%20Commit%20Checks/badge.svg)](https://github.com/intel/llvm/actions?query=workflow%3A%22Linux+Post+Commit+Checks%22) [![Generate Doxygen documentation](https://github.com/intel/llvm/workflows/Generate%20Doxygen%20documentation/badge.svg)](https://github.com/intel/llvm/actions?query=workflow%3A%22Generate+Doxygen+documentation%22) + + ## License See [LICENSE.txt](sycl/LICENSE.TXT) for details.