mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-12-18 20:44:35 +03:00
fix workflows
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user