]> OCCT Git - occt.git/commit
Tests - DRAWEXE Testing integration into GH #109
authordpasukhi <dpasukhi@opencascade.com>
Sun, 20 Oct 2024 14:08:26 +0000 (15:08 +0100)
committerdpasukhi <dpasukhi@opencascade.com>
Sun, 20 Oct 2024 15:07:45 +0000 (16:07 +0100)
commit857b1b648dd1e7b02cb4b441332f6ac418e9435a
treecf59db31cec7f6615d758296b44da7f309b9b8e2
parent674c246128e586fd09707f92c622862eff29ce75
Tests - DRAWEXE Testing integration into GH #109

Introduced a comprehensive multi-platform build and
  test workflow for OCCT, supporting Windows, macOS, and Linux.
Added a new workflow for automated documentation building.
Reorganized a code analysis workflow using CodeQL
  and Microsoft C++ Code Analysis.
.github/workflows/build-and-test-multiplatform.yml [new file with mode: 0644]
.github/workflows/build-doc-refman.yml [deleted file]
.github/workflows/build-docs.yml [new file with mode: 0644]
.github/workflows/build-linux-clang-x64-dynamic.yml [deleted file]
.github/workflows/build-linux-gcc-x64-dynamic.yml [deleted file]
.github/workflows/build-macos-clang-x64-dynamic.yml [deleted file]
.github/workflows/build-windows-msvc-x64-dynamic.yml [deleted file]
.github/workflows/code-analysis.yml [new file with mode: 0644]
.github/workflows/codemsvc.yml [deleted file]
.github/workflows/codeql.yml [deleted file]