Made some bash scripts for common tools

This commit is contained in:
2023-03-20 13:40:25 -07:00
parent 06b221f10d
commit 7d7424a8aa
5 changed files with 44 additions and 36 deletions

5
ci/build-tools.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
mkdir tools
cd tools
cmake .. -DDAWN_BUILD_TARGET=target-tools
make