Skip to content

Commit

Permalink
add shebangs
Browse files Browse the repository at this point in the history
  • Loading branch information
Arniiiii committed Jul 24, 2024
1 parent 05fe79d commit 14b295e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/test.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/sh
# run this from project directory
rm -rf ./{build,build2,install_dir}
cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release -DFETCHCONTENT_QUIET=OFF --log-level=DEBUG -DBOOST_UT_ENABLE_INSTALL=1
Expand Down
1 change: 1 addition & 0 deletions test/test_download_all.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/sh
# run this from project directory
rm -rf ./{build,build2,install_dir}
cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release -DFETCHCONTENT_QUIET=OFF -DCPM_DOWNLOAD_ALL=1 --log-level=DEBUG -DBOOST_UT_ENABLE_INSTALL=1
Expand Down

0 comments on commit 14b295e

Please sign in to comment.