fix workflows
This commit is contained in:
parent
c94580f25c
commit
45d1ec8ba9
5 changed files with 6 additions and 6 deletions
4
.github/workflows/macos.yml
vendored
4
.github/workflows/macos.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/style.yml
vendored
2
.github/workflows/style.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: MacOS
|
||||
name: Style
|
||||
|
||||
on: [push]
|
||||
|
||||
|
|
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
|
@ -21,5 +21,5 @@ jobs:
|
|||
|
||||
- name: test
|
||||
run: |
|
||||
cd build/debug
|
||||
cd build
|
||||
ctest --build-config Debug
|
||||
|
|
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
@ -21,5 +21,5 @@ jobs:
|
|||
|
||||
- name: test
|
||||
run: |
|
||||
cd build/debug
|
||||
cd build
|
||||
ctest --build-config Debug
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue