Skip to content

Commit 295c2ca

Browse files
committed
Debug cmake
1 parent 4918bfa commit 295c2ca

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/ci/docker/scripts/cmake.sh

+5-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@ curl -L https://github.com/Kitware/CMake/releases/download/v$CMAKE/cmake-$CMAKE.
2525

2626
mkdir cmake-build
2727
cd cmake-build
28-
hide_output ../cmake-$CMAKE/configure
29-
hide_output make -j$(nproc)
30-
hide_output make install
28+
ls -al /tmp/build.log || true
29+
who am i
30+
../cmake-$CMAKE/configure
31+
make -j$(nproc)
32+
make install
3133

3234
cd ..
3335
rm -rf cmake-build

0 commit comments

Comments
 (0)