Testing - Use newer Inspector commit (#776)

Update TInpector with QT6 update and C++ version upgrade.
This commit is contained in:
Pasukhin Dmitry
2025-10-29 19:06:47 +00:00
committed by GitHub
parent ae33c4ef42
commit f4c2224d86

View File

@@ -45,7 +45,7 @@ runs:
run: |
git clone https://github.com/Open-Cascade-SAS/Inspector.git inspector
cd inspector
git checkout 0757c9bbe4d856a9cd26a62a453fc31879d9d054
git checkout efe00930adc2130a91744ba950c5270986d19739
- name: Configure TInspector - Windows
if: inputs.platform == 'windows'
@@ -57,6 +57,7 @@ runs:
cmake -G "Visual Studio 17 2022" -A x64 `
-D CMAKE_BUILD_TYPE=Release `
-D BUILD_SHARED_LIBS=ON `
-D QtX=Qt5 `
-D 3RDPARTY_DIR=${{ github.workspace }}//3rdparty-vc14-64 `
-D OpenCASCADE_DIR=${{ github.workspace }}/occt-install `
-D INSTALL_DIR=${{ github.workspace }}/inspector/install `
@@ -76,6 +77,7 @@ runs:
-D BUILD_SHARED_LIBS=ON \
-D OpenCASCADE_DIR=${{ github.workspace }}/occt-install \
-D INSTALL_DIR=${{ github.workspace }}/inspector/install \
-D QtX=Qt5 \
-D CMAKE_POLICY_VERSION_MINIMUM=3.5 \
-D CMAKE_LIBRARY_PATH="${{ github.workspace }}/build/vcpkg_installed/x64-linux-dynamic/lib" \
-D CMAKE_INCLUDE_PATH="${{ github.workspace }}/build/vcpkg_installed/x64-linux-dynamic/include" \