Skip to content

Commit 739cc01

Browse files
committed
fix: add debug cmake version
1 parent 8871d12 commit 739cc01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/codebuild/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ set -euo pipefail
66
cd $CODEBUILD_SRC_DIR
77
mkdir build
88
cd build
9+
cmake --version
910
cmake .. -GNinja \
1011
-DBUILD_SHARED_LIBS=ON \
1112
-DCMAKE_BUILD_TYPE=Debug \

0 commit comments

Comments
 (0)