Skip to content

Commit

Permalink
Dump the arch of gtest library
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomsonTan committed Feb 7, 2025
1 parent 4729037 commit 655fa47
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build-gtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ cmake -Dgtest_build_samples=OFF \
-DARCH=$ARCH \
..
make

echo 'lipo /Users/runner/work/cpp_client_telemetry/cpp_client_telemetry/third_party/googletest/build/lib/libgtest.a'
lipo /Users/runner/work/cpp_client_telemetry/cpp_client_telemetry/third_party/googletest/build/lib/libgtest.a
popd
# CTEST_OUTPUT_ON_FAILURE=1 make test
# make install

0 comments on commit 655fa47

Please sign in to comment.