Skip to content

Commit

Permalink
Fix typo and permissions of build_and_test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeekman committed Dec 6, 2024
1 parent e11ca4a commit 38434c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_and_test.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

set -o errexit
set -o nounset
set -o pipefile
set -o pipefail
set -o verbose

cmake -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -Wdev -Wdeprecated -G Ninja -S . -B build
Expand Down

0 comments on commit 38434c1

Please sign in to comment.