@@ -74,18 +74,18 @@ jobs:
74
74
- name : make install
75
75
run : cmake --build build --config Release --target install
76
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 \
82
- # -DLSL_INSTALL_ROOT=${PWD}/install \
83
- # -DCMAKE_INSTALL_PREFIX=examples/build/install \
84
- # -DLSL_COMFY_DEFAULTS=ON \
85
- # ${{ matrix.config.cmake_extra }} \
86
- # ${{ github.event.inputs.cmakeextra }}
87
- # cmake --build examples/build --target install --config Release -j
88
- # ./examples/build/install/bin/HandleMetaData
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 \
82
+ -DLSL_INSTALL_ROOT=${PWD}/install \
83
+ -DCMAKE_INSTALL_PREFIX=examples/build/install \
84
+ -DLSL_COMFY_DEFAULTS=ON \
85
+ ${{ matrix.config.cmake_extra }} \
86
+ ${{ github.event.inputs.cmakeextra }}
87
+ cmake --build examples/build --target install --config Release -j
88
+ ./examples/build/install/bin/HandleMetaData
89
89
90
90
- name : Codesign
91
91
run : |
@@ -105,13 +105,13 @@ jobs:
105
105
codesign -vvv --verify --deep --strict install/Frameworks/lsl.framework
106
106
107
107
# run internal tests
108
- # - name: unit tests
109
- # if: matrix.config.name != 'iOS'
110
- # run: |
111
- # mkdir -p dumps
112
- # install/bin/lsl_test_internal --order rand --wait-for-keypress never --durations yes
113
- # install/bin/lsl_test_exported --order rand --wait-for-keypress never --durations yes
114
- # timeout-minutes: 10
108
+ - name : unit tests
109
+ if : matrix.config.name != 'iOS'
110
+ run : |
111
+ mkdir -p dumps
112
+ install/bin/lsl_test_internal --order rand --wait-for-keypress never --durations yes
113
+ install/bin/lsl_test_exported --order rand --wait-for-keypress never --durations yes
114
+ timeout-minutes : 10
115
115
116
116
- name : Package and Notarize macOS Installer
117
117
if : matrix.config.name == 'macOS-latest'
0 commit comments