File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 24
24
working-directory : opentelemetry-matlab
25
25
run : |
26
26
cmake -S . -B build -G Ninja -DCMAKE_BUILD_TYPE=Release -DWITH_OTLP_GRPC=OFF -DWITH_OTLP_FILE=OFF -DCMAKE_INSTALL_PREFIX=${{ env.OPENTELEMETRY_MATLAB_INSTALL }}
27
- cmake --build build --config Release --target install
28
- - name : Run tests
29
- env :
30
- # Add the installation directory to the MATLAB Search Path by
31
- # setting the MATLABPATH environment variable.
32
- MATLABPATH : ${{ env.OPENTELEMETRY_MATLAB_INSTALL }}
33
- uses : matlab-actions/run-tests@v2
34
- with :
35
- select-by-folder : opentelemetry-matlab/test
27
+ cmake --build build --config Release --target install -v
36
28
- name : Compress into single artifact
37
29
working-directory : ${{ github.workspace }}
38
30
run : tar -czf otel-matlab-ubuntu.tar.gz otel_matlab_install
41
33
with :
42
34
name : otel-matlab-ubuntu.tar.gz
43
35
path : ${{ github.workspace }}/otel-matlab-ubuntu.tar.gz
36
+ - name : Run tests
37
+ env :
38
+ # Add the installation directory to the MATLAB Search Path by
39
+ # setting the MATLABPATH environment variable.
40
+ MATLABPATH : ${{ env.OPENTELEMETRY_MATLAB_INSTALL }}
41
+ uses : matlab-actions/run-tests@v2
42
+ with :
43
+ select-by-folder : opentelemetry-matlab/test
You can’t perform that action at this time.
0 commit comments