Lines Matching full:skia
3 Docker files for building different Skia targets.
5 ## skia-release
7 This image is used to build Skia at TOT with SwiftShader.
12 docker build -t skia-release ./docker/skia-release/
13 docker tag skia-release gcr.io/skia-public/skia-release:prod
14 docker push gcr.io/skia-public/skia-release:prod
16 ## skia-wasm-release
18 This image is used to build the Web Assembly (WASM) libraries of Skia
24 docker build -t skia-wasm-release ./docker/skia-wasm-release/
25 docker tag skia-wasm-release gcr.io/skia-public/skia-wasm-release:prod
26 docker push gcr.io/skia-public/skia-wasm-release:prod
29 ## skia-with-swift-shader-base
31 This image is used to build a local checkout of Skia with SwiftShader and run the built
38 build-with-swift-shader-and-run "out/with-swift-shader/fuzz -t filter_fuzz -b /skia/skbug_1234"
44 docker build -t skia-with-swift-shader-base ./docker/skia-with-swift-shader-base/
45 docker tag skia-with-swift-shader-base gcr.io/skia-public/skia-with-swift-shader-base:prod
46 docker push gcr.io/skia-public/skia-with-swift-shader-base:prod
50 This image is used to build Skia using CMake.
56 docker tag cmake-release gcr.io/skia-public/cmake-release:3.13.1_v2
57 docker push gcr.io/skia-public/cmake-release:3.13.1_v2
65 # Compile Skia in a local checkout with the local image
70 This image is used to build code size tree-maps of Skia
76 docker tag binary-size gcr.io/skia-public/binary-size:v1
77 docker push gcr.io/skia-public/binary-size:v1
88 ## skia-build-tools
90 This image contains all the tools needed to build Skia.
94 make push-skia-build-tools