Skip to content

Commit

Permalink
Turn on clang-tidy here
Browse files Browse the repository at this point in the history
  • Loading branch information
TrentHouliston committed Sep 22, 2023
1 parent 8319baa commit 47a96fb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ jobs:
- name: MSVC
c: cl
cxx: cl
- name: GCC
c: gcc
cxx: g++
# Code does not compile on GCC on windows
# - name: GCC
# c: gcc
# cxx: g++

# The type of runner that the job will run on
runs-on: windows-latest
Expand Down Expand Up @@ -71,7 +72,7 @@ jobs:
-DBUILD_TESTS=ON ^
-DCMAKE_BUILD_TYPE=Release ^
-DCI_BUILD=ON ^
-DENABLE_CLANG_TIDY=OFF
-DENABLE_CLANG_TIDY=ON
- name: Build
timeout-minutes: 30
Expand Down

0 comments on commit 47a96fb

Please sign in to comment.