Made some bash scripts for common tools
This commit is contained in:
5
ci/build-tools.sh
Executable file
5
ci/build-tools.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
mkdir tools
|
||||
cd tools
|
||||
cmake .. -DDAWN_BUILD_TARGET=target-tools
|
||||
make
|
Reference in New Issue
Block a user