Skip to content

Commit

Permalink
build gtest and benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
lalitb committed Jul 28, 2021
1 parent 1ac7be7 commit 007af85
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/do_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ elif [[ "$1" == "cmake.legacy.test" ]]; then
elif [[ "$1" == "cmake.legacy.exporter.otprotocol.test" ]]; then
cd "${BUILD_DIR}"
rm -rf *
export BUILD_ROOT="${BUILD_DIR}"
${SRC_DIR}/tools/build-gtest.sh
${SRC_DIR}/tools/build-benchmark.sh
cmake -DCMAKE_BUILD_TYPE=Debug \
-DCMAKE_CXX_STANDARD=11 \
-DWITH_OTLP=ON \
Expand Down

0 comments on commit 007af85

Please sign in to comment.