diff --git a/.github/workflows/ctest.yml b/.github/workflows/ctest.yml index 08de249..336ef59 100644 --- a/.github/workflows/ctest.yml +++ b/.github/workflows/ctest.yml @@ -88,7 +88,7 @@ jobs: - name: Doxygenize uses: langroodi/doxygenize@v1.7.1 with: - doxygenconf: ${{ steps.strings.outputs.build-output-dir }}/Doxyfile + doxygenconf: ./build/Doxyfile htmloutput: ./docs ghpagesbranch: gh-pages ghpagesdir: ./ diff --git a/README.md b/README.md index 1a13306..ed6d767 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ ![C++14](https://img.shields.io/badge/C%2B%2B-14-green) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) +[![Build and run tests using CMake](https://github.com/imdeaddev/bitmask/actions/workflows/ctest.yml/badge.svg)](https://github.com/imdeaddev/bitmask/actions/workflows/ctest.yml) Bitmask is a library for using C++ scoped and unscoped enumerations as a bitmask (flags). I took idea from Vulkan-Hpp and designed deaddev::bitmask with the same purpose as a vk::Flags diff --git a/docs/MAINPAGE.md b/docs/MAINPAGE.md index 8016de7..18e0eb0 100644 --- a/docs/MAINPAGE.md +++ b/docs/MAINPAGE.md @@ -2,6 +2,7 @@ ![C++14](https://img.shields.io/badge/C%2B%2B-14-green) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/imdeaddev/bitmask/blob/main/LICENSE) +[![Build and run tests using CMake](https://github.com/imdeaddev/bitmask/actions/workflows/ctest.yml/badge.svg)](https://github.com/imdeaddev/bitmask/actions/workflows/ctest.yml) Bitmask is a library for using C++ scoped and unscoped enumerations as a bitmask (flags). I took idea from Vulkan-Hpp and designed deaddev::bitmask with the same purpose as a vk::Flags