Skip to content

Commit

Permalink
add log for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
mpromonet committed May 26, 2024
1 parent 819a7a9 commit 74e2b71
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/cpp-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ jobs:
run: |
export PATH=$(pwd)/webrtc/src/third_party/llvm-build/Release+Asserts/bin:$PATH
cmake -DWEBRTCROOT=$(pwd)/webrtc -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_BUILD_TYPE=${{ matrix.buildtype }} -DDETECT_OPENSSL=OFF .
ls -l $(pwd)/webrtc/src/out/${{ matrix.buildtype }}/obj/api/audio/libaec3_factory.a
file $(pwd)/webrtc/src/out/${{ matrix.buildtype }}/obj/api/audio/libaec3_factory.a
file $(pwd)/webrtc/src/out/${{ matrix.buildtype }}/obj/api/video_codecs/libbuiltin_video_encoder_factory.a
file $(pwd)/webrtc/src/out/${{ matrix.buildtype }}/obj/libwebrtc.a
ar tv $(pwd)/webrtc/src/out/${{ matrix.buildtype }}/obj/api/video_codecs/libbuiltin_video_encoder_factory.a
ar tv $(pwd)/webrtc/src/out/${{ matrix.buildtype }}/obj/libwebrtc.a
make VERBOSE=1
- name: cpack
Expand Down

0 comments on commit 74e2b71

Please sign in to comment.