From 45d1ec8ba9142fea5a192150bfcfa0be213bf3aa Mon Sep 17 00:00:00 2001 From: Lars Melchior Date: Sat, 11 Apr 2020 12:35:55 +0200 Subject: [PATCH] fix workflows --- .github/workflows/macos.yml | 4 ++-- .github/workflows/style.yml | 2 +- .github/workflows/ubuntu.yml | 2 +- .github/workflows/windows.yml | 2 +- README.md | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 8c88e13..b15b0db 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -1,4 +1,4 @@ -name: Style +name: MacOS on: [push] @@ -21,5 +21,5 @@ jobs: - name: test run: | - cd build/debug + cd build ctest --build-config Debug diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index d5ed877..d7f3371 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -1,4 +1,4 @@ -name: MacOS +name: Style on: [push] diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 76a40a4..b18a673 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -21,5 +21,5 @@ jobs: - name: test run: | - cd build/debug + cd build ctest --build-config Debug diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 1ac129f..3b351af 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -21,5 +21,5 @@ jobs: - name: test run: | - cd build/debug + cd build ctest --build-config Debug diff --git a/README.md b/README.md index 42c6441..17aaea8 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ A best-practice git template for modern C++ libraries and projects. - Suited for single header libraries and larger projects - Creates a library that can be installed or included locally - Integrated test suite -- Code formatting via clang-format via [Format.cmake](https://github.com/TheLartians/Format.cmake) +- Code formatting enforced via [clang-format](https://clang.llvm.org/docs/ClangFormat.html)/[Format.cmake](https://github.com/TheLartians/Format.cmake) - Continuous integration via GitHub Workflows - Reliable dependency management via [CPM.cmake](https://github.com/TheLartians/CPM.cmake) - Check compiler warnings