Skip to content

Commit 1a1ac7e

Browse files
committed
add a new workflow to experiment with building in a container
1 parent 849dc07 commit 1a1ac7e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/container_build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ jobs:
3030
run: |
3131
cmake -S . -B build -G Ninja -DCMAKE_BUILD_TYPE=Release -DWITH_OTLP_GRPC=ON -DWITH_OTLP_FILE=ON -DOTEL_MATLAB_VERSION=1.0.0 -DCMAKE_INSTALL_PREFIX=${{ env.OPENTELEMETRY_MATLAB_INSTALL }}
3232
cmake --build build --config Release --target install
33+
- name: Upload log
34+
uses: actions/upload-artfact@v4
35+
if: always()
36+
with:
37+
name: vcpkg-bootrap.log
38+
path: /__w/OpenTelemetry-MATLAB/OpenTelemetry-MATLAB/opentelemetry-matlab/build
3339
- name: Compress into single artifact
3440
working-directory: ${{ github.workspace }}
3541
run: tar -czf otel-matlab-ubuntu.tar.gz otel_matlab_install

0 commit comments

Comments
 (0)