]> OCCT Git - occt.git/commitdiff
Testing - Use newer Inspector commit (#776)
authorPasukhin Dmitry <dpasukhi@opencascade.com>
Wed, 29 Oct 2025 19:06:47 +0000 (19:06 +0000)
committerGitHub <noreply@github.com>
Wed, 29 Oct 2025 19:06:47 +0000 (19:06 +0000)
Update TInpector with QT6 update and C++ version upgrade.

.github/actions/build-tinspector/action.yml

index bade453104856d642b5ceaaf2b55b98d23623798..2565967e8f6b44df45a66597ab0e83f7568970c4 100644 (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" \