1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-29 14:00:49 +03:00

Testing - Inspector building on GH #329

Add GitHub Actions for TInspector build and clang-format check
Reorganize QT search to work with native Linux packages
Reorganize build-and-test workflow to have actions
This commit is contained in:
Pasukhin Dmitry
2025-02-02 16:35:20 +01:00
committed by GitHub
parent 16d36a47fc
commit 053e01ec68
9 changed files with 248 additions and 104 deletions

View File

@@ -69,7 +69,7 @@ Standard_Boolean TInspector_Communicator::PluginsDir(TCollection_AsciiString& th
#else
':';
#endif
for (int i = 1; !aPathValue.IsEmpty(); i++)
while (!aPathValue.IsEmpty())
{
Standard_Integer aSepIndex = aPathValue.FirstLocationInSet(aPathSep, 1, aPathValue.Length());
if (aSepIndex <= 1)