Skip to content

Commit eefcc03

Browse files
committed
apple.21
Signed-off-by: Cary Phillips <cary@ilm.com>
1 parent f1ba11f commit eefcc03

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci_steps.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)