Lines Matching refs:build
2 # Does an incremental build where possible.
7 echo "const SKIA_VERSION = 'local release build';" > ./debugger/bin/version.js
10 # Does an incremental build where possible.
15 echo "const SKIA_VERSION = 'local debug build';" > ./debugger/bin/version.js
17 # When testing the debugger locally, these assets need to be copied to it's build dir.
19 rm -rf ${SKIA_INFRA_ROOT}/debugger-app/build/debugger/
20 mkdir ${SKIA_INFRA_ROOT}/debugger-app/build/debugger/
21 cp ./debugger/bin/debugger.js ${SKIA_INFRA_ROOT}/debugger-app/build/debugger/
22 cp ./debugger/bin/debugger.wasm ${SKIA_INFRA_ROOT}/debugger-app/build/debugger/
23 cp ./debugger/bin/version.js ${SKIA_INFRA_ROOT}/debugger-app/build/