File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -325,6 +325,7 @@ jobs:
325325 run : |
326326 set -x
327327 $CMAKE --version
328+ echo $CMAKE ${{ env.CMAKE_ARGS }}
328329 $CMAKE ${{ env.CMAKE_ARGS }}
329330 $CMAKE --build $BUILD_DIR --target install --config ${{ inputs.build-type }}
330331 shell : bash
@@ -628,6 +629,7 @@ jobs:
628629 - name : Examples (Apple Framework)
629630 if : inputs.namespace == '' && inputs.msystem == '' && inputs.IMATH_BUILD_APPLE_FRAMEWORK == 'ON'
630631 # Confirm the website examples compile on iOS
632+ continue-on-error : true
631633 run : |
632634 set -x
633635 find $INSTALL_DIR/Imath.framework -ls
@@ -646,6 +648,7 @@ jobs:
646648 cmake_args+=("-DCMAKE_OSX_ARCHITECTURES=${{ inputs.CMAKE_OSX_ARCHITECTURES }}")
647649 fi
648650 quoted_args=$(printf '%q ' "${cmake_args[@]}")
651+ echo $CMAKE $quoted_args
649652 $CMAKE $quoted_args
650653 $CMAKE --build $EXAMPLES_BUILD_DIR --config ${{ inputs.build-type }}
651654 shell : bash
You can’t perform that action at this time.
0 commit comments