Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Update to latest workflow configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
KitsuneAlex committed Sep 3, 2023
1 parent 062cde5 commit a926f82
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
10 changes: 7 additions & 3 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,23 @@ Checks: '
-*,
readability-*,
-readability-magic-numbers,
-readability-function-cognitive-complexity,
modernize-*,
-modernize-use-trailing-return-type,
-modernize-use-default-member-init,
cppcoreguidelines-*,
-cppcoreguidelines-owning-memory,
-cppcoreguidelines-use-default-member-init,
-cppcoreguidelines-avoid-magic-numbers,
-cppcoreguidelines-rvalue-reference-param-not-moved,
-cppcoreguidelines-pro-type-reinterpret-cast,
-cppcoreguidelines-pro-bounds-pointer-arithmetic,
-cppcoreguidelines-macro-usage,
-cppcoreguidelines-missing-std-forward,
-google-explicit-constructor,
-fuchsia-overloaded-operator,
bugprone-*,
-bugprone-assert-side-effect,
-bugprone-assignment-in-if-condition
-bugprone-assignment-in-if-condition,
-bugprone-easily-swappable-parameters
'
WarningsAsErrors: true
HeaderFilterRegex: ''
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:
name: C++ 17 (Debug)
uses: karmakrafts/workflows/.github/workflows/cpp.yml@master
with:
cmake_args: "-DKSTD_STREAMS_BUILD_TESTS=ON"
cmake_args: "-DKSTD_CORE_BUILD_TESTS=ON"
build_type: "Debug"
std_version: 17
cpp-20-debug:
name: C++ 20 (Debug)
uses: karmakrafts/workflows/.github/workflows/cpp.yml@master
with:
cmake_args: "-DKSTD_STREAMS_BUILD_TESTS=ON"
cmake_args: "-DKSTD_CORE_BUILD_TESTS=ON"
build_type: "Debug"
std_version: 20
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ build/
.DS_Store
**/.DS_Store
.clangd
format.sh

0 comments on commit a926f82

Please sign in to comment.