gpu-dawn: CI: cleanup between bundle regeneration
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
79c9b32982
commit
f607b70c09
1 changed files with 2 additions and 1 deletions
|
|
@ -2,8 +2,9 @@
|
|||
set -exuo pipefail
|
||||
cd "$(dirname "${BASH_SOURCE[0]}")"/..
|
||||
|
||||
rm -rf out/ out.tar.gz headers.json headers.json.gz
|
||||
|
||||
# Prepare the `out/` directory that we will bundle.
|
||||
rm -rf out/
|
||||
mkdir out/
|
||||
cp -R libs/dawn/include out/
|
||||
cp -R libs/dawn/out/Debug/gen/include/* out/include/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue