We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a5fe5b commit 3763f50Copy full SHA for 3763f50
src/build-scripts/ci-build.bash
@@ -41,7 +41,7 @@ cp -r ${OSL_BUILD_DIR}/CMake* ${OSL_BUILD_DIR}/*.cmake ${OSL_BUILD_DIR}/cmake-sa
41
if [[ "$BUILDTARGET" != "none" ]] ; then
42
echo "Parallel build ${CMAKE_BUILD_PARALLEL_LEVEL} of target ${BUILDTARGET}"
43
time ${OSL_CMAKE_BUILD_WRAPPER} cmake --build ${OSL_BUILD_DIR} --target ${BUILDTARGET} --config ${OSL_CMAKE_BUILD_TYPE}
44
- ccache --show-stats
+ ccache --show-stats || true
45
fi
46
47
if [[ "${DEBUG_CI:=0}" != "0" ]] ; then
0 commit comments