We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9108b5 commit 55f6243Copy full SHA for 55f6243
1 file changed
.github/workflows/build_and_test.yml
@@ -56,7 +56,7 @@ jobs:
56
shell: cmd
57
run: |
58
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
59
- cmake -S . -B build -G Ninja --debug-output -DCMAKE_CXX_COMPILER="cl.exe" -DCMAKE_C_COMPILER="cl.exe" -DCMAKE_BUILD_TYPE=Release -DWITH_EXAMPLES=ON -DUSE_BATCH_FOR_MCC=ON -DCMAKE_INSTALL_PREFIX=${{ env.OPENTELEMETRY_MATLAB_INSTALL }}
+ cmake -S . -B build -G Ninja -DCMAKE_CXX_COMPILER="cl.exe" -DCMAKE_C_COMPILER="cl.exe" -DCMAKE_BUILD_TYPE=Release -DWITH_EXAMPLES=ON -DUSE_BATCH_FOR_MCC=ON -DCMAKE_INSTALL_PREFIX=${{ env.OPENTELEMETRY_MATLAB_INSTALL }}
60
cmake --build build --config Release --target install
61
- name: Run tests
62
env:
0 commit comments