Skip to content

Commit

Permalink
Add shebang line to build script
Browse files Browse the repository at this point in the history
  • Loading branch information
cszach committed Dec 18, 2023
1 parent f4824c0 commit e5e8d27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/sh

cmake -B build . && \
cmake --build build && \
cd build && ctest

0 comments on commit e5e8d27

Please sign in to comment.