Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/topology-tool-kit/ttk into m…
Browse files Browse the repository at this point in the history
…pi_fix_2D
  • Loading branch information
julien-tierny committed Sep 24, 2024
2 parents 59ac694 + 12c6f7d commit 86ea4f3
Show file tree
Hide file tree
Showing 101 changed files with 67,223 additions and 53,629 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ concurrency:
cancel-in-progress: true

env:
PV_TAG: v5.12.0-headless
PV_TAG: v5.13.0-headless
PV_REPO: topology-tool-kit/ttk-paraview


Expand All @@ -35,7 +35,7 @@ jobs:
check-formatting:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install latest clang-format
run: |
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
CMAKE_EXPORT_COMPILE_COMMANDS: ON

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install Ubuntu dependencies
run: |
Expand Down Expand Up @@ -161,6 +161,7 @@ jobs:
- name: Check Doxygen documentation warnings
if: matrix.config.dox
continue-on-error: true
run: |
cd build
! cmake --build . --target doc |& grep warning
Expand All @@ -182,7 +183,7 @@ jobs:
CMAKE_EXPORT_COMPILE_COMMANDS: ON

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install Ubuntu dependencies
run: |
Expand Down
Loading

0 comments on commit 86ea4f3

Please sign in to comment.