Searched refs:skia_root (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/docker/skia-with-swift-shader-base/ |
H A D | build-with-swift-shader-and-run | 45 skia_root = os.environ['SKIA_ROOT'] or os.getcwd() variable 47 print 'Assuming SKIA_ROOT to be %s' % skia_root 49 build_cmd = ['docker', 'run', '--rm', '-v', '%s:/skia' % skia_root, IMAGE, BUILD_SCRIPT_PATH] 53 print 'Compiling executables to %s/%s' % (skia_root, EXECUTABLE_DIR) 59 run_cmd = ['docker', 'run', '--rm', '-w=/skia', '-v', '%s:/skia' % skia_root, IMAGE] + supplied_cmd
|
Completed in 1 milliseconds