Skip to content

Commit

Permalink
Disable xcodesdk ci
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Sep 3, 2024
1 parent 71e58b3 commit 37eace1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ jobs:
test_flags: "--platform=x64 --config=Debug"
msbuild_project: "msbuild/ice.proj"

# Xcode SDK builds
# TODO - Should we also test the debug config here as well?
- os: macos-14
config: "xcodesdk"
working_directory: "cpp"
build_flags: "CONFIGS=xcodesdk PLATFORMS=iphonesimulator"
test_flags: "--config=xcodesdk --platform=iphonesimulator --controller-app"
build_cpp_and_python: true
# # Xcode SDK builds
# # TODO - Should we also test the debug config here as well?
# - os: macos-14
# config: "xcodesdk"
# working_directory: "cpp"
# build_flags: "CONFIGS=xcodesdk PLATFORMS=iphonesimulator"
# test_flags: "--config=xcodesdk --platform=iphonesimulator --controller-app"
# build_cpp_and_python: true

# MATLAB
- os: ubuntu-24.04
Expand Down

0 comments on commit 37eace1

Please sign in to comment.