Skip to content

Commit 92987e3

Browse files
committed
move build/build.sh to build.sh
1 parent 22ca52f commit 92987e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/build.sh renamed to build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
set -eu
33

44
cd -- "$(dirname -- "$0")"
5+
mkdir -p build
6+
cd build
57
cmake -Dtest=ON ..
68
make
79
ctest -V

0 commit comments

Comments
 (0)