Skip to content

Commit 1ad0d82

Browse files
committed
apple.9
Signed-off-by: Cary Phillips <cary@ilm.com>
1 parent fd63fee commit 1ad0d82

2 files changed

Lines changed: 28 additions & 23 deletions

File tree

.github/workflows/ci_steps.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -612,6 +612,7 @@ jobs:
612612
if: inputs.namespace == '' && inputs.msystem == '' && inputs.IMATH_BUILD_APPLE_FRAMEWORK == 'ON'
613613
# Confirm the website examples compile on iOS
614614
run: |
615+
set -x
615616
EXAMPLES_BUILD_DIR=$WORKSPACE/_build.examples.iOS
616617
cmake_args=("-B" "$EXAMPLES_BUILD_DIR" "-S" "$WORKSPACE/website/examples")
617618
cmake_args+=("-DCMAKE_PREFIX_PATH=$INSTALL_DIR")
@@ -621,6 +622,8 @@ jobs:
621622
cmake_args+=("-DCMAKE_OSX_SYSROOT=iphoneos")
622623
cmake_args+=("-DCMAKE_OSX_ARCHITECTURES=arm64")
623624
quoted_args=$(printf '%q ' "${cmake_args[@]}")
625+
find $INSTALL_DIR
624626
$CMAKE $quoted_args
625627
$CMAKE --build $EXAMPLES_BUILD_DIR --config ${{ inputs.build-type }}
628+
find $EXAMPLES_BUILD_DIR
626629
shell: bash

.github/workflows/ci_workflow.yml

Lines changed: 25 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ permissions:
3838

3939
jobs:
4040
linux:
41+
if: false
4142
name: 'Linux.${{ matrix.build}}: ${{ matrix.label }}'
4243
uses: ./.github/workflows/ci_steps.yml
4344
with:
@@ -120,29 +121,29 @@ jobs:
120121
matrix:
121122
include:
122123

123-
- build: 1
124-
label: Release
125-
126-
- build: 2
127-
label: Debug
128-
build-type: Debug
129-
130-
- build: 3
131-
label: static
132-
BUILD_SHARED_LIBS: 'OFF'
133-
134-
- build: 4
135-
label: pkgconfig=OFF, testing=OFF
136-
IMATH_INSTALL_PKG_CONFIG: 'OFF'
137-
IMATH_INSTALL_SYM_LINK: 'OFF'
138-
BUILD_TESTING: 'OFF'
139-
python: 'OFF'
140-
pybind11: 'OFF'
141-
cxx-standard: 14
142-
143-
- build: 5
144-
label: macos-13
145-
os: macos-13
124+
# - build: 1
125+
# label: Release
126+
#
127+
# - build: 2
128+
# label: Debug
129+
# build-type: Debug
130+
#
131+
# - build: 3
132+
# label: static
133+
# BUILD_SHARED_LIBS: 'OFF'
134+
#
135+
# - build: 4
136+
# label: pkgconfig=OFF, testing=OFF
137+
# IMATH_INSTALL_PKG_CONFIG: 'OFF'
138+
# IMATH_INSTALL_SYM_LINK: 'OFF'
139+
# BUILD_TESTING: 'OFF'
140+
# python: 'OFF'
141+
# pybind11: 'OFF'
142+
# cxx-standard: 14
143+
#
144+
# - build: 5
145+
# label: macos-13
146+
# os: macos-13
146147

147148
- build: 6
148149
label: Apple Frameworks
@@ -152,6 +153,7 @@ jobs:
152153
pybind11: 'OFF' # iOS doesn't support CPython
153154

154155
windows:
156+
if: false
155157
name: 'Windows.${{ matrix.build}}: ${{ matrix.label }}'
156158
uses: ./.github/workflows/ci_steps.yml
157159
with:

0 commit comments

Comments
 (0)