Skip to content

Commit

Permalink
easier swapping to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
partouf committed Jan 22, 2022
1 parent 20d7468 commit 08c2e69
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,12 @@ fi
/opt/compiler-explorer/clang-trunk/bin/clang-format -i src/*/*.cpp
/opt/compiler-explorer/clang-trunk/bin/clang-format -i src/*/*.hpp

BUILDTYPE=Release

mkdir -p build
cd build
echo cmake -GNinja -DCMAKE_BUILD_TYPE=Release ..
cmake -GNinja -DCMAKE_BUILD_TYPE=Release ..
echo cmake -GNinja -DCMAKE_BUILD_TYPE=$BUILDTYPE ..
cmake -GNinja -DCMAKE_BUILD_TYPE=$BUILDTYPE ..
if [ $? -ne 0 ]; then
exit $?
fi
Expand Down

0 comments on commit 08c2e69

Please sign in to comment.