Skip to content

Commit

Permalink
CI/GH: exclude multiple-targets projects for Xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-obx committed Aug 7, 2024
1 parent cb6e104 commit 37fa7e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
- if: matrix.os == 'ubuntu-22.04'
run: cd test/standalone-cmake && cmake -DSINGLE="Unix Makefiles" -P test-cmake-generators.cmake
- if: matrix.os == 'macos-12'
run: cd test/standalone-cmake && cmake -DMULTI="Xcode" -P test-cmake-generators.cmake
# Exclude cpp-*-multiple-targets test-projects for Xcode
run: cd test/standalone-cmake && cmake -DMULTI="Xcode" -DPROJECTS="cpp-flat;cpp-tree;cpp-multiple-schema-dirs" -P test-cmake-generators.cmake

- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 37fa7e4

Please sign in to comment.