mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-30 13:26:58 +00:00
Fix CICD
This commit is contained in:
@@ -185,6 +185,10 @@ function build_slicer() {
|
|||||||
-DCMAKE_OSX_DEPLOYMENT_TARGET="${OSX_DEPLOYMENT_TARGET}"
|
-DCMAKE_OSX_DEPLOYMENT_TARGET="${OSX_DEPLOYMENT_TARGET}"
|
||||||
fi
|
fi
|
||||||
cmake --build . --config "$BUILD_CONFIG" --target "$SLICER_BUILD_TARGET"
|
cmake --build . --config "$BUILD_CONFIG" --target "$SLICER_BUILD_TARGET"
|
||||||
|
# Explicitly build profile_validator if ORCA_TOOLS is enabled
|
||||||
|
if [ "$SLICER_BUILD_TARGET" = "all" ] || [ "$SLICER_BUILD_TARGET" = "ALL_BUILD" ]; then
|
||||||
|
cmake --build . --config "$BUILD_CONFIG" --target Snapmaker_Orca_profile_validator || echo "Warning: Snapmaker_Orca_profile_validator build failed or not available"
|
||||||
|
fi
|
||||||
)
|
)
|
||||||
|
|
||||||
echo "Verify localization with gettext..."
|
echo "Verify localization with gettext..."
|
||||||
|
|||||||
Reference in New Issue
Block a user