Lines Matching full:skia
4 Docker files for building different Skia targets.
6 skia-release
9 This image is used to build Skia at TOT with SwiftShader.
14 docker build -t skia-release ./docker/skia-release/
15 docker tag skia-release gcr.io/skia-public/skia-release:prod
16 docker push gcr.io/skia-public/skia-release:prod
18 skia-wasm-release
21 This image is used to build the Web Assembly (WASM) libraries of Skia
27 docker build -t skia-wasm-release ./docker/skia-wasm-release/
28 docker tag skia-wasm-release gcr.io/skia-public/skia-wasm-release:prod
29 docker push gcr.io/skia-public/skia-wasm-release:prod
32 skia-with-swift-shader-base
35 This image is used to build a local checkout of Skia with SwiftShader and run the built
42 build-with-swift-shader-and-run "out/with-swift-shader/fuzz -t filter_fuzz -b /skia/skbug_1234"
48 docker build -t skia-with-swift-shader-base ./docker/skia-with-swift-shader-base/
49 docker tag skia-with-swift-shader-base gcr.io/skia-public/skia-with-swift-shader-base:prod
50 docker push gcr.io/skia-public/skia-with-swift-shader-base:prod
55 This image is used to build Skia using CMake.
61 docker tag cmake-release gcr.io/skia-public/cmake-release:3.13.1_v2
62 docker push gcr.io/skia-public/cmake-release:3.13.1_v2
70 # Compile Skia in a local checkout with the local image