Skip to content

Commit

Permalink
test trigger CI/CD pipeiline with cahching
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonymakarewicz committed Jul 17, 2024
1 parent 32357cf commit 28e2bc4
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,11 @@ jobs:
- name: Build Main Executable and Test Executable
run: |
cmake --build build
# make
# - name: Analyze code with clang-tidy
# run: |
# cd build
# find ../src ../tests -name '*.cpp' | xargs clang-tidy -p .
# - name: Analyze code with clang-tidy
# run: |
# cd build
# find ../src ../tests -name '*.cpp' | xargs clang-tidy -p .

#- name: Check code formatting with clang-format
# run: |
Expand Down

0 comments on commit 28e2bc4

Please sign in to comment.