mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 01:20:50 +08:00
Testing - Migration PR actions to VCPKG-based (#587)
Update the default testing to use result of VCPKG. The 3rd-party are stored in GitHub NuGet storage and reused. The 3rd-party archive with installed 3rd-party added as an artefact Updated the actions to work with VCPKG 3rd party
This commit is contained in:
@@ -776,6 +776,10 @@ endif()
|
||||
# the platform specific variables.
|
||||
if (BUILD_USE_VCPKG)
|
||||
project (OCCT)
|
||||
if (APPLE)
|
||||
# set Apple specific variables
|
||||
occt_set_apple_csf_vars()
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# copying clang-format file to the root of the project
|
||||
|
||||
Reference in New Issue
Block a user