Dawn/ci/build-tools.sh

5 lines
79 B
Bash
Executable File

#!/bin/bash
mkdir tools
cd tools
cmake .. -DDAWN_BUILD_TARGET=target-tools
make