1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-08-30 21:51:12 +02:00

fix workflows

This commit is contained in:
Lars Melchior 2020-04-11 12:35:55 +02:00
parent c94580f25c
commit 45d1ec8ba9
5 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
name: Style name: MacOS
on: [push] on: [push]
@ -21,5 +21,5 @@ jobs:
- name: test - name: test
run: | run: |
cd build/debug cd build
ctest --build-config Debug ctest --build-config Debug

View file

@ -1,4 +1,4 @@
name: MacOS name: Style
on: [push] on: [push]

View file

@ -21,5 +21,5 @@ jobs:
- name: test - name: test
run: | run: |
cd build/debug cd build
ctest --build-config Debug ctest --build-config Debug

View file

@ -21,5 +21,5 @@ jobs:
- name: test - name: test
run: | run: |
cd build/debug cd build
ctest --build-config Debug ctest --build-config Debug

View file

@ -13,7 +13,7 @@ A best-practice git template for modern C++ libraries and projects.
- Suited for single header libraries and larger projects - Suited for single header libraries and larger projects
- Creates a library that can be installed or included locally - Creates a library that can be installed or included locally
- Integrated test suite - 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 - Continuous integration via GitHub Workflows
- Reliable dependency management via [CPM.cmake](https://github.com/TheLartians/CPM.cmake) - Reliable dependency management via [CPM.cmake](https://github.com/TheLartians/CPM.cmake)
- Check compiler warnings - Check compiler warnings