1
0
Fork 0

chore: add bootstrap, build and test scripts

main
mandlm 2023-10-21 21:35:14 +02:00
parent 3c193fc47b
commit 92dd9b38ee
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
3 changed files with 9 additions and 0 deletions

3
bootstrap.sh Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env sh
cmake -S . -B build -G Ninja -D CMAKE_EXPORT_COMPILE_COMMANDS=ON

3
build.sh Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env sh
cmake --build build

3
test.sh Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env sh
cmake --build build && cmake --build build --target test