We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9ca767 commit 5eda470Copy full SHA for 5eda470
.github/workflows/apple.yml
@@ -75,6 +75,7 @@ jobs:
75
run: cmake --build build --config Release --target install
76
77
- name: test install using examples
78
+ if: matrix.config.name != 'iOS'
79
run: |
80
# Test that the in-tree install was successful by building the examples
81
cmake -S examples -B examples/build \
@@ -106,6 +107,7 @@ jobs:
106
107
108
# run internal tests
109
- name: unit tests
110
111
112
mkdir -p dumps
113
install/bin/lsl_test_internal --order rand --wait-for-keypress never --durations yes
0 commit comments